Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
docs
/
source.android.com
/
1a7e97b436bdbe4b4676aa7a4b7847f81467636a
/
.
/
scripts
/
cleanup.sh
blob: b1bbba1e9cff182e2e3f5e64b7a469ac0f6c125c [
file
] [
log
] [
blame
]
#!/bin/bash
for
img
in
*.
png
*.
gif
*.
jpg
do
FOUND
=
`grep -R $img ../site_src`
if
[
-
z
"$FOUND"
]
then
mv $img useless
/
fi
done