aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/killem.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-14 09:02:51 +1000
committerDavid Walter Seikel2014-05-14 09:02:51 +1000
commit8dc65d54d2c422690852b8bc7d0b7d35ca4582bc (patch)
tree7cd389f3139cb129f45003e88a172c6804d031ec /killem.sh
parentPurkle gets an append command, and use it from extantz to show llSay() and fr... (diff)
downloadSledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.zip
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.gz
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.bz2
SledjHamr-8dc65d54d2c422690852b8bc7d0b7d35ca4582bc.tar.xz
Starting up and closing down the servers gets some love. Needs more love.
Diffstat (limited to 'killem.sh')
-rwxr-xr-xkillem.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/killem.sh b/killem.sh
new file mode 100755
index 0000000..de67db3
--- /dev/null
+++ b/killem.sh
@@ -0,0 +1,20 @@
1#!/bin/bash
2
3ps aux | grep love
4ps aux | grep LuaSL
5
6killall -TERM love
7sleep 1
8killall -TERM LuaSL
9sleep 1
10
11ps aux | grep love
12ps aux | grep LuaSL
13
14killall -KILL love
15sleep 1
16killall -KILL LuaSL
17sleep 1
18
19ps aux | grep love
20ps aux | grep LuaSL