From 05ac081c088f9548ef54acaafe9ce0f14e045dd8 Mon Sep 17 00:00:00 2001 From: David Trail Date: Sun, 18 Mar 2012 20:02:35 +0100 Subject: [PATCH] Forgot to remove now defunct varibales --- shreddit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shreddit b/shreddit index 656ccad..6da7ed8 100755 --- a/shreddit +++ b/shreddit @@ -1,9 +1,9 @@ #!/bin/sh echo "Running grab.py to get your history..." -python2 grab.py $USER || exit 1 +python2 grab.py || exit 1 echo "Running kill.py to annihilate your history..." -python2 kill.py $DAYS || exit 2 +python2 kill.py || exit 2 echo "Everything seemed to execute successfully."