aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-02 23:59:50 +1000
committerDavid Walter Seikel2016-01-02 23:59:50 +1000
commit57a36a84c91d3d69550c57e3de4decc2c7a6e427 (patch)
treebc7fb1c233876e342e72db303db882fb0367f065 /killem.sh
parentDocumentation about how we could interact with web browsers. (diff)
downloadSledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.zip
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.gz
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.bz2
SledjHamr-57a36a84c91d3d69550c57e3de4decc2c7a6e427.tar.xz
Rejig the build, test, and kill scripts a little bit.
Diffstat (limited to 'killem.sh')
-rwxr-xr-xkillem.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/killem.sh b/killem.sh
index de67db3..262d5d2 100755
--- a/killem.sh
+++ b/killem.sh
@@ -1,5 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# TODO - Deal with the valgrind left overs, by scanning the output of the following lines, pciking out the PIDs, then "kill -KILL pid"
3ps aux | grep love 4ps aux | grep love
4ps aux | grep LuaSL 5ps aux | grep LuaSL
5 6