Soshot/bin/stop.sh

5 lines
229 B
Bash
Raw Normal View History

2016-12-12 15:27:29 +01:00
#!/bin/bash
kill -TERM $(ps ax | grep -v grep | grep thumb_server.sh | awk '{print $1}')
kill -TERM $(ps ax | grep -v grep | grep phantomjs | awk '{print $1}')
kill -TERM $(ps ax | grep -v grep | grep optipng | awk '{print $1}')