mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Update mk-index-jpg.sh
This commit is contained in:
parent
4f38832fd9
commit
ee2fc3ad83
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user