summarylogtreecommitdiffstats
path: root/catch-my-bus-vvo.sh
blob: 8890d3530d422524ddbebc38da3e23d9119a81d0 (plain)
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}" "$@"