Project

General

Profile

« Previous | Next » 

Revision 412f9462

Added by Ermal LUÇI over 11 years ago

Remove another unused script

View differences:

usr/local/bin/kill_ghosts.sh
1
#!/bin/sh
2
# Kill ghost shells
3

  
4
/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 }'`
5

  

Also available in: Unified diff