3 lines
57 B
Bash
3 lines
57 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker run --rm -it -v "$(pwd)":/usr/src gcc
|