resetting a few small things?
This commit is contained in:
parent
54218677ff
commit
f1349e79f1
8 changed files with 40 additions and 34 deletions
|
@ -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")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue