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