Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
docs
/
source.android.com
/
88b02b7ba3ce8e3e7d8cf1aa18f5b31cfec7550a
/
.
/
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