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

5 lines
128 B
Plaintext
Raw Normal View History

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