Browse Source

Add stopdaemons script

master
Luke Childs 5 years ago
parent
commit
ee7bef8e35
  1. 6
      stopdaemons.sh

6
stopdaemons.sh

@ -0,0 +1,6 @@
#!/bin/bash
cd "${BASH_SOURCE%/*}" || exit
./listclis.sh | while read cli; do
${cli} stop
done
Loading…
Cancel
Save