chromeworker/stop.sh

5 lines
87 B
Bash

for quitlist in google-chrome-web proxyserver
do
screen -S $quitlist -X quit
done