mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-04 20:28:17 +00:00
9 lines
224 B
Bash
Executable File
9 lines
224 B
Bash
Executable File
#!/bin/sh
|
|
############################################################
|
|
#
|
|
# Invoke onlpm.py in the local directory.
|
|
#
|
|
############################################################
|
|
ONLPM_PY=${ONLPM_PY:-onlpm.py}
|
|
$ONLPM_PY "$@"
|