aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-19 15:28:37 +1000
committerDavid Walter Seikel2016-02-19 15:28:37 +1000
commitf7a7dfb934a2637795e69079066a5e8c0e9a7d4c (patch)
tree17abf40418558d06ed4b07e8a10a7a3e65db79b2 /killem.sh
parentStreaming source code idea. (diff)
downloadSledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.zip
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.gz
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.bz2
SledjHamr-f7a7dfb934a2637795e69079066a5e8c0e9a7d4c.tar.xz
Run the docs through a spell checker.
Diffstat (limited to 'killem.sh')
-rwxr-xr-xkillem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/killem.sh b/killem.sh
index 262d5d2..7b4d3a2 100755
--- a/killem.sh
+++ b/killem.sh
@@ -1,6 +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# 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 4ps aux | grep love
5ps aux | grep LuaSL 5ps aux | grep LuaSL
6 6