first commit

This commit is contained in:
Victor Bodinaud
2025-03-03 13:59:05 +01:00
commit 954e43aa2f
166 changed files with 15834 additions and 0 deletions

12
Library/space.sh Executable file
View 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