summaryrefslogtreecommitdiff
path: root/autofast.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autofast.sh')
-rwxr-xr-xautofast.sh8
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