summaryrefslogtreecommitdiffstats
path: root/usr/local/bin/kill_ghosts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/bin/kill_ghosts.sh')
-rwxr-xr-xusr/local/bin/kill_ghosts.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/bin/kill_ghosts.sh b/usr/local/bin/kill_ghosts.sh
deleted file mode 100755
index 5b484ac..0000000
--- a/usr/local/bin/kill_ghosts.sh
+++ /dev/null
@@ -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 }'`
-
OpenPOWER on IntegriCloud