diff options
Diffstat (limited to 'contrib/findunusedimage.sh')
-rwxr-xr-x | contrib/findunusedimage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/findunusedimage.sh b/contrib/findunusedimage.sh index 740005a..9323a7e 100755 --- a/contrib/findunusedimage.sh +++ b/contrib/findunusedimage.sh @@ -1,5 +1,6 @@ #!/bin/bash +echo "This script does not find every used image, because some filenames are generated at runtime!" for i in bilder/*; do grep `basename $i` *.html >/dev/null if [ $? != 0 ]; then |