Update mk-index-jpg.sh

This commit is contained in:
kneutron 2022-04-26 12:36:44 -05:00 committed by GitHub
parent 4f38832fd9
commit ee2fc3ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,11 @@ date
exit;
To open all the resulting index files (on OSX):
for f in $(find . -name 0montage\*); do open $f; done
# ^ Adapt to your Linux filemanager or you can use imagemagick ' display '
Use "find * " to only process subdirs, not curdir
REF: https://opensource.com/article/18/5/gnu-parallel