]> git.saurik.com Git - cydia.git/blame - Library/space.sh
Wolfgang is the man.
[cydia.git] / Library / space.sh
CommitLineData
8b743591
JF
1#!/bin/bash
2
3for dir in \
4 /Applications \
5 /Library/Ringtones \
6 /Library/Wallpaper \
7 /System/Library/Fonts \
8 /System/Library/TextInput \
9 /usr/share
10do
b26eb97d 11 . /usr/libexec/cydia/move.sh "$@" "${dir}"
8b743591 12done