index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 11:43:00 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 11:43:00 -0700 |
commit | 686b05350d474e3545b01783005ba0fd8e4dc545 (patch) | |
tree | 5bf417756a5a5011fe001398f144de5ce25c7fcc /run-start | |
parent | a69623b0ab6baff9f968e126c25d7e961e9dde53 (diff) |
Update README
Diffstat (limited to 'run-start')
-rwxr-xr-x | run-start | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/run-start b/run-start deleted file mode 100755 index 919ff20..0000000 --- a/run-start +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 btroops |