4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run -it --rm -u ${UID} -v ${PWD}:/work wollud1969/build-env-c:1.2.0 bash
|