projects
/
dai-monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ab079
)
new files added
author
Morten Moesgaard
<moes@tv2.dk>
Thu, 18 May 2017 08:11:58 +0000
(10:11 +0200)
committer
Morten Moesgaard
<moes@tv2.dk>
Thu, 18 May 2017 08:11:58 +0000
(10:11 +0200)
genstart.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/genstart.sh
b/genstart.sh
new file mode 100755
(executable)
index 0000000..
abcb0f5
--- /dev/null
+++ b/
genstart.sh
@@ -0,0
+1,4
@@
+#!/bin/sh
+kill -9 $(ps aux | grep start-monitor | grep -v grep | awk '{print$2}')
+kill -9 $(ps aux | grep monitor- | grep -v grep | awk '{print$2}')
+./start-monitors.sh