summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auto.sh')
-rwxr-xr-xauto.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/auto.sh b/auto.sh
index 427cb4a..47776e2 100755
--- a/auto.sh
+++ b/auto.sh
@@ -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