From ab84de36aa29354461c64bd8c5860ad799690a1a Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Mon, 21 Nov 2022 13:30:37 +0000 Subject: [PATCH] Update start --- start | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/start b/start index 13cf1b1..624127a 100644 --- a/start +++ b/start @@ -1,8 +1,7 @@ #!/bin/bash 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 -mv etudiants/tutoriels . -rm -rf etudiants +mv tutos-root/tutoriels . +rm -rf tutos-root exec "$@" - -- GitLab