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

# /usr/bin \

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

sync