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