summaryrefslogtreecommitdiff
path: root/Library/space.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Library/space.sh')
-rwxr-xr-xLibrary/space.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/space.sh b/Library/space.sh
new file mode 100755
index 0000000..953ae57
--- /dev/null
+++ b/Library/space.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+for dir in \
+ /Applications \
+ /Library/Ringtones \
+ /Library/Wallpaper \
+ /System/Library/Fonts \
+ /System/Library/TextInput \
+ /usr/share
+do
+ . /usr/libexec/cydia/move.sh -v "${dir}"
+done