4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo docker run -it --rm -v "$PWD:/usr/app/" epitechcontent/epitest-docker bash "$@"
|