summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-03-28 23:17:07 +0100
committerErmal <eri@pfsense.org>2014-03-28 23:17:07 +0100
commit412f9462a15eba73c09da5ceed7276779e3aa523 (patch)
treead36305ced30e0fa18d6a8ed836d4d4570d31349 /usr/local/bin
parent6214dd36f542744bb4c4bd8d0ccca8f0e25b30f2 (diff)
downloadpfsense-412f9462a15eba73c09da5ceed7276779e3aa523.zip
pfsense-412f9462a15eba73c09da5ceed7276779e3aa523.tar.gz
Remove another unused script
Diffstat (limited to 'usr/local/bin')
-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