aboutsummaryrefslogtreecommitdiffstats
path: root/src/run.sh
diff options
context:
space:
mode:
authorKevin Lange <kevin.lange@dakko.us>2011-12-03 19:00:34 -0600
committerKevin Lange <kevin.lange@dakko.us>2011-12-03 19:00:34 -0600
commited1684e64e2c1702898411725bb2f1169984884e (patch)
tree4fc88e78e1949d2de3b231e0d11ca05f19993549 /src/run.sh
parent2f5c5f61289d40610c2f9ab6b7eea706af05dc69 (diff)
downloadnyancat-ed1684e64e2c1702898411725bb2f1169984884e.tar.gz
Get rid of all of that nasty python
Diffstat (limited to 'src/run.sh')
-rwxr-xr-xsrc/run.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/run.sh b/src/run.sh
deleted file mode 100755
index c1b2953..0000000
--- a/src/run.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-while [ 1 == 1 ]; do
- killall nyancat
- killall python
- ./nyancat.py 2>/dev/null
-done