summarylogtreecommitdiffstats
path: root/youdao-dict.sh
blob: a81e498a0291567a2ef242d55b90feab3025eb4f (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
_APPDIR=/opt/@appname@
_RUNNAME="${_APPDIR}/@runname@"
export PATH="${_APPDIR}:${PATH}"
cd "${_APPDIR}"
exec python "${_RUNNAME}" "$@" || exit $?