Skip to content
Snippets Groups Projects
start 176 B
#!/bin/bash
git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/tutoriels/etudiants.git
rm -fr tutoriels
mv etudiants/tutoriels .
rm -rf etudiants
exec "$@"