This commit is contained in:
Wolfgang Hottgenroth 2020-10-29 11:43:48 +01:00
commit b19a21f512
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

2
tools/startTestEnv.sh Normal file → Executable file
View File

@ -1,3 +1,3 @@
#!/bin/bash
docker run -it --rm -u ${UID} -v ${PWD}:/mnt wollud1969/build-env-c:1.1.1 bash
docker run -it --rm -u ${UID} -v ${PWD}:/work wollud1969/build-env-c:1.2.0 bash