fz/feuerzeug
2021-11-03 08:59:33 +05:30

5 lines
88 B
Bash
Executable File

#!/bin/bash
ulimit -d 50000 -v 50000
while [ 1 ]; do (./botforth $1 ) ; sleep 20; done