summaryrefslogtreecommitdiffstats
path: root/stop
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-03-26 19:21:16 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-03-26 19:21:16 +0200
commit948a9bfc88dac8fca31742f9558780e68fa46b5f (patch)
tree9c0956bd93a17502ef11a57fc7db17dbd46fae59 /stop
parent373edf54a9ac76fa47e563e8d6f0f16df49c454e (diff)
downloadisiqandisi-master.tar.gz
isiqandisi-master.tar.zst
isiqandisi-master.zip
Add start and stop scriptsHEADmaster
Set node version
Diffstat (limited to 'stop')
-rwxr-xr-xstop2
1 files changed, 2 insertions, 0 deletions
diff --git a/stop b/stop
new file mode 100755
index 0000000..62655f5
--- /dev/null
+++ b/stop
@@ -0,0 +1,2 @@
+#!/bin/sh
+kill "$(cat npm.pid)" "$(cat php.pid)"