resetting a few small things?

This commit is contained in:
Chris Cochrun 2022-09-15 15:21:53 -05:00
parent 54218677ff
commit f1349e79f1
8 changed files with 40 additions and 34 deletions

View file

@ -41,7 +41,7 @@ abspath () {
listfiles () {
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
'.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z
'.*\(jpe?g\|bmp\|png\|gif\|heic\)$' -print0 | sort -z
}
target="$(abspath "$1")"