Remove another unused script

This commit is contained in:
Ermal 2014-03-28 23:17:07 +01:00
parent 6214dd36f5
commit 412f9462a1

View File

@ -1,5 +0,0 @@
#!/bin/sh
# Kill ghost shells
/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 }'`