1
0
angie-conv-image/scripts/j2cfg-multi
Konstantin Demin a69d6c2920
refactor environment handling
also:
- drop "njs" directories (not actually used nor useful)
- rework jinja filters: more functions, shorter names, etc.
2024-07-23 00:03:46 +03:00

8 lines
233 B
Bash
Executable File

#!/bin/sh
[ "${IEP_VERBOSE:-}" = 0 ] || {
pfx=
[ "${IEP_DEBUG:-}" = 0 ] || pfx="$(date +'%Y-%m-%d %H:%M:%S.%03N %z'): "
echo "# ${pfx}${0##*/}:" >&2
printf ' - %s\n' "$@" >&2
}
exec python3 "/usr/local/lib/j2cfg/${0##*/}.py" "$@"