diff options
author | David Walter Seikel | 2016-01-02 23:59:50 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-01-02 23:59:50 +1000 |
commit | 57a36a84c91d3d69550c57e3de4decc2c7a6e427 (patch) | |
tree | bc7fb1c233876e342e72db303db882fb0367f065 /killem.sh | |
parent | Documentation about how we could interact with web browsers. (diff) | |
download | SledjHamr-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 '')
-rwxr-xr-x | killem.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" | ||
3 | ps aux | grep love | 4 | ps aux | grep love |
4 | ps aux | grep LuaSL | 5 | ps aux | grep LuaSL |
5 | 6 | ||