Project

General

Profile

Download (167 Bytes) Statistics
| Branch: | Tag: | Revision:
1 d77a09a4 Scott Ullrich
#!/bin/sh
2
# Kill ghost shells
3
4 6d0e3696 Scott Ullrich
/bin/kill -9 `/bin/ps awux | grep "(sh)" | /usr/bin/grep -v grep | ps awux | grep "(sh)" | grep -v grep | /usr/bin/awk '{ print $2 }'`