1
0
angie-conv-image/scripts/j2-multi

8 lines
230 B
Plaintext
Raw Normal View History

2024-07-16 02:43:08 +03:00
#!/bin/sh
[ "${IEP_VERBOSE}" = 0 ] || {
2024-07-16 11:27:22 +03:00
pfx=
[ "${IEP_TRACE}" = 0 ] || pfx="$(date +'%Y-%m-%d %H:%M:%S.%03N %z'): "
echo "# ${pfx}${0##*/}:" >&2
2024-07-16 02:43:08 +03:00
printf ' - %s\n' "$@" >&2
}
exec python3 "/usr/local/lib/jinja2/${0##*/}.py" "$@"