Files
Cydia/Library/space.sh
Victor Bodinaud 954e43aa2f first commit
2025-03-03 13:59:05 +01:00

13 lines
226 B
Bash
Executable File

#!/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