summarylogtreecommitdiffstats
path: root/reqnotes.sh
blob: 492a7c92e0564fd092d407cc189582fea88cd858 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
_APPDIR=/opt/@appname@
_RUNNAME="${_APPDIR}/@runname@"
export LC_CTYPE=en_US.UTF-8
cd "${_APPDIR}"
exec "${_RUNNAME}" "$@" || exit $?