Skip to content

Commit

Permalink
Merge pull request #3 from derpferd/patch-1
Browse files Browse the repository at this point in the history
Update running.md
  • Loading branch information
nealey authored May 29, 2021
2 parents 87ecd7a + bdb4f1b commit 49152d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ and I would love it if someone proposed a merge to clearly illustrate how to run
When I spin up a new tanks game,
typically I run something like:

while sleep 60; do ./round.sh */; done
while sleep 60; do ./run-tanks */; done

This assumes all your tanks directories are in the same place as `round.sh`.
This assumes all your tanks directories are in the same place as `run-tanks`.



Expand All @@ -24,7 +24,7 @@ hodgepodge of C, Bourne shell, and awk, but at least each piece is
fairly simple to audit.


### round.sh tank1 tank2 ...
### run-tanks tank1 tank2 ...

Runs a single round, awards points with rank.awk, and creates a new
summary.html with summary.awk. This is the main interface that you want
Expand Down

0 comments on commit 49152d5

Please sign in to comment.