diff options
Diffstat (limited to 'autofast.sh')
-rwxr-xr-x | autofast.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autofast.sh b/autofast.sh new file mode 100755 index 0000000..24c940c --- /dev/null +++ b/autofast.sh @@ -0,0 +1,8 @@ +#!/bin/bash +while : +do + echo "Loading manachat (abort with CTRL+C). REDUCED RELOG TIME: DEVELOPMENT PURPOSE ONLY" + # Increase nice number in order to be the last served by kernel + nice -n 19 ./simple.py + sleep 3 +done |