3 if [ ! -f "/usr/lib/libx-wing.sh" ]; then
4 echo "Can't load /usr/lib/libx-wing.sh" >&2
7 .
"/usr/lib/libx-wing.sh"
10 readonly SCRIPT_NAME
="${0}"
12 x-wing.
script.game
() {
15 mount c "'"${APP_DIR}"'"
17 mount d "'"${APP_DISK}"'" -t cdrom
21 if x-wing.firstRun
; then
31 SDL_VIDEO_X11_WMCLASS
=$
(basename "${SCRIPT_NAME%.*}") dosbox -conf "${DOSBOX_CONF}" -exit -c "${batchScript}"
34 x-wing.run x-wing.
script.game
"$@"