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

8 lines
233 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
#!/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" "$@"