aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
Diffstat (limited to 'killem.sh')
-rwxr-xr-xkillem.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/killem.sh b/killem.sh
deleted file mode 100755
index 7b4d3a2..0000000
--- a/killem.sh
+++ /dev/null
@@ -1,21 +0,0 @@
1#!/bin/bash
2
3# TODO - Deal with the valgrind left overs, by scanning the output of the following lines, picking out the PIDs, then "kill -KILL pid"
4ps aux | grep love
5ps aux | grep LuaSL
6
7killall -TERM love
8sleep 1
9killall -TERM LuaSL
10sleep 1
11
12ps aux | grep love
13ps aux | grep LuaSL
14
15killall -KILL love
16sleep 1
17killall -KILL LuaSL
18sleep 1
19
20ps aux | grep love
21ps aux | grep LuaSL