From: Bdale Garbee Date: Thu, 18 Jun 2009 21:08:34 +0000 (-0600) Subject: attempted improvement to cleanup script X-Git-Tag: non-free/1.22-1~2^2~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=486cb63bed488308aeb45ac34c76ae886b6cde1e;p=debian%2Ftar attempted improvement to cleanup script --- diff --git a/cleanup-script.sh b/cleanup-script.sh index c6ee74e3..7466a6dc 100755 --- a/cleanup-script.sh +++ b/cleanup-script.sh @@ -4,4 +4,4 @@ # Copyright 2009 by Bdale Garbee. GPL v2 or any later version. # -rm -rf `/bin/ls | grep -v COPYING | grep -v doc | grep -v cleanup-script.sh` +git rm -r `/bin/ls | grep -v COPYING | grep -v doc | grep -v cleanup-script.sh`