diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-20 14:32:41 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:11 +0000 |
commit | 74370d2dd405035ced068f92bc8f36f2f7c51c59 (patch) | |
tree | e4a6620ab58f547c8d252d5280a9cde5f60710da | |
parent | f9d1e9a0e6d987d713b7ee0b83ea262944115491 (diff) |
OMG, I forgot a file.
-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 |