Initial commit
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
DOSBOX_VERSION="0.74-3"
|
||||
|
||||
NAME="$1"
|
||||
APPDIR=${GAMES_HOME}/${NAME}
|
||||
DOSBOX_CONFIG=${APPDIR}/dosbox-${DOSBOX_VERSION}.conf
|
||||
|
||||
dosbox ${APPDIR}/run.bat -conf ${DOSBOX_CONFIG}
|
||||
|
||||
# https://docs.docker.com/compose/faq/
|
||||
# https://medium.com/@gchudnov/trapping-signals-in-docker-containers-7a57fdda7d86
|
||||
Reference in New Issue
Block a user