5 lines
87 B
Bash
5 lines
87 B
Bash
for quitlist in google-chrome-web proxyserver
|
|
do
|
|
screen -S $quitlist -X quit
|
|
done
|