3 if [ ! -f "/usr/lib/libascendancy.sh" ]; then
4 echo "Can't load /usr/lib/libascendancy.sh" >&2
7 .
"/usr/lib/libascendancy.sh"
10 readonly SCRIPT_NAME
="${0}"
12 ascendancy.
script.game
() {
15 mount c "'"${APP_DIR}"'"
19 if ascendancy.firstRun
; then
30 SDL_VIDEO_X11_WMCLASS
=$
(basename "${SCRIPT_NAME%.*}") dosbox -conf "${DOSBOX_CONF}" -exit -c "${batchScript}"
33 ascendancy.run ascendancy.
script.game
"$@"