From 412f9462a15eba73c09da5ceed7276779e3aa523 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 28 Mar 2014 23:17:07 +0100 Subject: Remove another unused script --- usr/local/bin/kill_ghosts.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 usr/local/bin/kill_ghosts.sh (limited to 'usr/local/bin/kill_ghosts.sh') 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 }'` - -- cgit v1.1