From 74370d2dd405035ced068f92bc8f36f2f7c51c59 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Jul 2008 14:32:41 +0000 Subject: [PATCH] OMG, I forgot a file. --- Library/free.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Library/free.sh diff --git a/Library/free.sh b/Library/free.sh new file mode 100755 index 00000000..b18b9fd5 --- /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 -- 2.45.2