phpci/daemonise_stop.sh

3 lines
119 B
Bash
Raw Normal View History

2016-03-22 06:19:56 +01:00
#!/usr/bin/bash
kill `ps -T \`cat /usr/local/phpci/phpci.daemonise.pid\` | sed 's/^ *\([0-9]*\).*/\1/' | tr '\n' ' '`