You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shreddit/shreddit

10 lines
226 B

#!/bin/sh
echo "Running grab.py to get your history..."
python2 grab.py $USER || exit 1
echo "Running kill.py to annihilate your history..."
13 years ago
python2 kill.py $DAYS || exit 2
13 years ago
echo "Everything seemed to execute successfully."