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

6 lines
152 B
Plaintext
Raw Normal View History

2024-07-16 02:43:08 +03:00
#!/bin/sh
[ "${IEP_VERBOSE}" = 0 ] || {
echo "Running ${0##*/}:" >&2
printf ' - %s\n' "$@" >&2
}
exec python3 "/usr/local/lib/jinja2/${0##*/}.py" "$@"