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

Update start

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