CPlusPlusCrashCourse/run_gcc_docker.sh

3 lines
57 B
Bash
Raw Normal View History

2020-07-24 20:10:26 +10:00
#!/bin/bash
docker run --rm -it -v "$(pwd)":/usr/src gcc