summaryrefslogtreecommitdiff
path: root/over/usr/libexec/cydia_/space.sh
blob: a8148fd526eaac28ff5ff992172a2ca68ea6dc69 (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}" /var/"$(basename "${src}")"
done

[[ $(df_ /) -gt 35651584 && $(df_ /var) -gt 35651584 ]]