diff options
Diffstat (limited to 'Library/free.sh')
-rwxr-xr-x | Library/free.sh | 10 |
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 |