aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckItClean
diff options
context:
space:
mode:
Diffstat (limited to 'SuckItClean')
-rwxr-xr-xSuckItClean13
1 files changed, 13 insertions, 0 deletions
diff --git a/SuckItClean b/SuckItClean
new file mode 100755
index 0000000..1b8a025
--- /dev/null
+++ b/SuckItClean
@@ -0,0 +1,13 @@
1#!/bin/bash
2
3TIMEFORMAT=" took %lR using %P%% CPU"
4time {
5pushd /opt/nyaw
6
7rm -fr Foswiki/*
8rm -fr PmWiki/*
9rm -fr unsorted
10rm -fr users/*
11popd
12./SuckIt
13}