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

17
Library/free.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
# /usr/bin \
for dir in \
/Applications \
/Library/Wallpaper \
/Library/Ringtones \
/usr/include \
/usr/lib/pam \
/usr/libexec \
/usr/share \
; do
. /usr/libexec/cydia/move.sh "$@" "${dir}"
done
sync