diff options
author | Livio Recchia <recchialivio@libero.it> | 2020-04-05 14:52:49 +0200 |
---|---|---|
committer | Livio Recchia <recchialivio@libero.it> | 2020-04-05 14:52:49 +0200 |
commit | 19a25076dcddb4c1219909cf7572b85e9b4d4a2a (patch) | |
tree | cc25d204a50d85292eb518a08256e4bb5b953983 /auto.sh | |
parent | 2d6470e55dee3cb70f5ac41923792371d6674b3c (diff) | |
download | manachat-19a25076dcddb4c1219909cf7572b85e9b4d4a2a.tar.gz manachat-19a25076dcddb4c1219909cf7572b85e9b4d4a2a.tar.bz2 manachat-19a25076dcddb4c1219909cf7572b85e9b4d4a2a.tar.xz manachat-19a25076dcddb4c1219909cf7572b85e9b4d4a2a.zip |
Trying to fix something like setting files.
Diffstat (limited to 'auto.sh')
-rwxr-xr-x | auto.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ while : do echo "Loading manachat (abort with CTRL+C)" - ./simple.py - sleep 15 + # Increase nice number in order to be the last served by kernel + nice -n 19 ./simple.py + sleep 60 done |