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