Quote all vars, remove useless echo/sub-shell, add shebands, fail on unset vars, enable pipefail, formatting

This commit is contained in:
Sandro Jäckel
2019-03-30 19:31:03 +01:00
parent 6d92825f56
commit 46f24b0b7a
11 changed files with 172 additions and 175 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
sudo docker run --rm -it \
-v /tmp/factorio:/factorio \
--name factorio \