Files
Jeffrey Townsend 45dee0c608 Initial.
2015-11-19 22:45:38 +00:00

9 lines
224 B
Bash
Executable File

#!/bin/sh
############################################################
#
# Invoke onlpm.py in the local directory.
#
############################################################
ONLPM_PY=${ONLPM_PY:-onlpm.py}
$ONLPM_PY "$@"