fz/feuerzeug-tsocks

6 lines
100 B
Plaintext
Raw Permalink Normal View History

2021-11-03 04:29:33 +01:00
#!/bin/sh
ulimit -d 50000
ulimit -v 50000
while [ 1 ]; do (tsocks ./botforth $1 ) ; sleep 20; done