summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-07-20 14:32:41 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:11 +0000
commit74370d2dd405035ced068f92bc8f36f2f7c51c59 (patch)
treee4a6620ab58f547c8d252d5280a9cde5f60710da /Library
parentf9d1e9a0e6d987d713b7ee0b83ea262944115491 (diff)
OMG, I forgot a file.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/free.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/free.sh b/Library/free.sh
new file mode 100755
index 0000000..b18b9fd
--- /dev/null
+++ b/Library/free.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+for dir in \
+ /usr/share \
+ /Applications \
+ /Library/Wallpaper \
+ /Library/Ringtones \
+; do
+ . /usr/libexec/cydia/move.sh "$@" "${dir}"
+done