summaryrefslogtreecommitdiff
path: root/stop.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 15:06:26 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 15:06:26 -0500
commitb173c81942050940c99108f1eddd1e93dc3d8134 (patch)
tree81723197b4d1f73b358a19722e1a6db565d9ba71 /stop.sh
parent1178dea355bf88213f5b36fae8914af6385b341a (diff)
add a stop.sh script
Diffstat (limited to 'stop.sh')
-rw-r--r--stop.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/stop.sh b/stop.sh
new file mode 100644
index 0000000..719ed94
--- /dev/null
+++ b/stop.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+kill $(<tmp/pids/server.pid)