summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
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