projects
/
cydia.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This (old...) change makes file:/// sources valid.
[cydia.git]
/
Library
/
space.sh
1
#!/bin/bash
2
3
for
dir
in
\
4
/
Applications \
5
/
Library
/
Ringtones \
6
/
Library
/
Wallpaper \
7
/
System
/
Library
/
Fonts \
8
/
System
/
Library
/
TextInput \
9
/
usr
/
share
10
do
11
.
/
usr
/
libexec
/
cydia
/
move.sh
"$@"
"
${dir}
"
12
done