aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
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