1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.bin/chat/ppp-off

6 lines
103 B
Plaintext
Raw Normal View History

1994-11-12 05:25:32 +00:00
#!/bin/sh
kill -INT `ps -ax | egrep " ppp " | egrep -v "egrep" | sed 's/^\([ 0-9]*\) .*/\1'/`
exit 0