aboutsummaryrefslogtreecommitdiffstats
path: root/src/run.sh
blob: c1b295374b797d48617c5b609a778e1694c803fe (plain)
1
2
3
4
5
6
7
#!/bin/bash

while [ 1 == 1 ]; do
	killall nyancat
	killall python
	./nyancat.py 2>/dev/null
done