a lot of random poop
This commit is contained in:
parent
e4290fb279
commit
f43677bd30
14 changed files with 50 additions and 14 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\)$' -print0 | sort -z
|
||||
}
|
||||
|
||||
target="$(abspath "$1")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue