projects
/
cydia.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Move -[BrowserController dispatchEvent:] to CYWebView.
[cydia.git]
/
Library
/
free.sh
1
#!/bin/bash
2
3
# /usr/bin \
4
5
for
dir
in
\
6
/
Applications \
7
/
Library
/
Wallpaper \
8
/
Library
/
Ringtones \
9
/
usr
/
include \
10
/
usr
/
lib
/
pam \
11
/
usr
/
libexec \
12
/
usr
/
share \
13
;
do
14
.
/
usr
/
libexec
/
cydia
/
move.sh
"$@"
"
${dir}
"
15
done
16
17
sync