first commit
This commit is contained in:
12
Library/space.sh
Executable file
12
Library/space.sh
Executable file
@@ -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 "$@" "${dir}"
|
||||
done
|
||||
Reference in New Issue
Block a user