From 92e1143bec79a6e35526d0b95a2a61985a6e4e1e Mon Sep 17 00:00:00 2001 From: Josh North Date: Thu, 22 Oct 2015 08:44:10 -0400 Subject: [PATCH] Update cleanup.sh --- cleanup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/cleanup.sh b/cleanup.sh index 2040352..94ec36f 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -1,5 +1,4 @@ #!/bin/bash - # AUTHOR: Josh North # EMAIL: josh.north@point808.com # BRIEF: Quick and dirty script to clear disk space (log files, apt cache, etc). @@ -7,9 +6,7 @@ # USAGE: Put this file in /usr/local/bin/cleanup.sh or wherever you prefer is ok. # Make sure to chmod +x and make it executable. Run from command line at will, # or call from a pre-backup script. - # SETTINGS: - # -------------------- NOTHING TO CHANGE BELOW THIS LINE -------------------- # Delete old config files apt-get purge $(dpkg -l|grep "^rc"|awk '{print $2}')