5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
#!/bin/sh
|
||
|
[ "${IEP_VERBOSE}" = 0 ] || {
|
||
|
echo "Running ${0##*/}: $*" >&2
|
||
|
}
|
||
|
exec python3 "/usr/local/lib/jinja2/${0##*/}.py" "$@"
|