1 2 3 4 5 6 7 8
#!/bin/sh _installdir="/opt/catch-my-bus-python" _executable="catch_my_bus.py" cd "${_installdir}" "${_installdir}/${_executable}" "$@"