summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/ppp-off
blob: 22b46f8a6e5020c1680ea5d4a018132cab0fdc46 (plain)
1
2
3
4
5
#!/bin/sh

kill -INT `ps -ax | egrep " ppp " | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`

exit 0
OpenPOWER on IntegriCloud