This website requires JavaScript.
Explore
Help
Register
Sign In
Jason
/
cplusplus-primer-5ed-notes
Watch
1
Star
0
Fork
You've already forked cplusplus-primer-5ed-notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f329878ce2
cplusplus-primer-5ed-notes
/
run_gcc_docker.sh
3 lines
57 B
Bash
Raw
Blame
History
#!/bin/bash
docker run --rm -it -v
"
$(
pwd
)
"
:/usr/src gcc
Reference in New Issue
View Git Blame
Copy Permalink