NetBSD/usr.sbin/pppd/chat/ppp-off

6 lines
105 B
Plaintext
Raw Normal View History

1993-08-14 10:29:28 +04:00
#!/bin/sh
1994-09-24 03:26:54 +04:00
kill -s INT `ps -ax | egrep " ppp " | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
1993-08-14 10:29:28 +04:00
exit 0