blob: 78943359631370aee011c8624a47c2d4ef0235a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/libexec/cydia_/bash
export PATH=/usr/libexec/cydia_
for dir in \
/Applications \
/Library/Ringtones \
/Library/Wallpaper \
/System/Library/Fonts \
/usr/share
do
. /usr/libexec/cydia_/move.sh "${dir}"
done
[[ $(df_ /) -gt 35651584 && $(df_ /var) -gt 35651584 ]]
|