We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7310b5 commit b7e505eCopy full SHA for b7e505e
game/run.sh
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+# Run a background container with the build-mount (see build/all.sh)
4
+docker run -P -v build-mount:/build-mount -d s2client-game
0 commit comments