Skip to content

Commit f1ae749

Browse files
committed
comment
1 parent 8d07ade commit f1ae749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unused-images.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/zsh
22

33
# list unused images
4+
# - checks for images not referenced in the content
5+
# - does not assess missing references in the content
46
for file in images/*; do if [[ -z $(grep -rnw . -e $file G $file) ]]; then echo $file; fi; done

0 commit comments

Comments
 (0)