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

8 lines
229 B
Plaintext
Raw Normal View History

2024-07-16 02:43:08 +03:00
#!/bin/sh
[ "${IEP_VERBOSE}" = 0 ] || {
2024-07-16 11:33:20 +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
}
2024-07-20 16:35:39 +03:00
exec python3 "/usr/local/lib/j2cfg/${0##*/}.py" "$@"