first commit

This commit is contained in:
AngeD 2021-09-21 17:11:57 +02:00
commit 1997d73859
13 changed files with 2334 additions and 0 deletions

9
bin/epitest Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/bash
if [ "$EUID" != '0' ]; then
echo 'error: you cannot perform this operation unless you are root.'
exit 1
fi
systemctl start docker
docker run -it --rm --name epitest -v "$PWD":/tmp epitechcontent/epitest-docker:latest /bin/bash