summaryrefslogtreecommitdiff
path: root/Library/free.sh
blob: fcb61308d8e6054921efbaba8d7fcb2673a15206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

# /usr/bin \

for dir in \
    /Library/Wallpaper \
    /Library/Ringtones \
    /usr/include \
    /usr/lib/pam \
    /usr/share \
; do
    . /usr/libexec/cydia/move.sh "$@" "${dir}"
done

sync