Initial commit

This commit is contained in:
2024-05-31 19:13:10 +02:00
commit 2a3eb9218e
8 changed files with 121 additions and 0 deletions
+11
View File
@@ -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