summaryrefslogtreecommitdiff
path: root/auto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auto.sh')
-rwxr-xr-xauto.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto.sh b/auto.sh
new file mode 100755
index 0000000..427cb4a
--- /dev/null
+++ b/auto.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+while :
+do
+ echo "Loading manachat (abort with CTRL+C)"
+ ./simple.py
+ sleep 15
+done