Skip to content
Snippets Groups Projects
Commit ab84de36 authored by Olivier Cots's avatar Olivier Cots
Browse files

Update start

parent a5475453
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
install_c_kernel --user install_c_kernel --user
git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/tutoriels/etudiants.git git clone --single-branch -b master https://gitlab.irit.fr/toc/etu-n7/tutoriels.git tutos-root
rm -fr tutoriels rm -fr tutoriels
mv etudiants/tutoriels . mv tutos-root/tutoriels .
rm -rf etudiants rm -rf tutos-root
exec "$@" exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment