| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function prepare_doImages { |
| |
| |
| local DIRS=$(cli_getFilesList \ |
| ${HOME}/artwork/trunk/Identity/Images --maxdepth="1" \ |
| --mindepth="1" --type="d" --pattern=".+/[[:alnum:]]+$") |
| |
| |
| |
| |
| |
| |
| |
| |
| ${CLI_BASEDIR}/${CLI_PROGRAM}.sh render $DIRS --dont-commit-changes |
| |
| } |