aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-28 22:41:02 +1000
committerDavid Walter Seikel2016-03-28 22:41:02 +1000
commitc3e59bf1f8f911dc04bd714a19eeeec4d452a356 (patch)
tree2ef5eccda71cfc352d4b05d618b9b6f69dad16e2 /killem.sh
parentUpdate .gitignore to match last commit. (diff)
downloadSledjHamr-c3e59bf1f8f911dc04bd714a19eeeec4d452a356.zip
SledjHamr-c3e59bf1f8f911dc04bd714a19eeeec4d452a356.tar.gz
SledjHamr-c3e59bf1f8f911dc04bd714a19eeeec4d452a356.tar.bz2
SledjHamr-c3e59bf1f8f911dc04bd714a19eeeec4d452a356.tar.xz
Move some scripts to the bin directory.
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