aboutsummaryrefslogtreecommitdiffstats
path: root/src/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.sh')
-rwxr-xr-xsrc/run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/run.sh b/src/run.sh
new file mode 100755
index 0000000..c1b2953
--- /dev/null
+++ b/src/run.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+while [ 1 == 1 ]; do
+ killall nyancat
+ killall python
+ ./nyancat.py 2>/dev/null
+done