From 355fe5bf430d31cf26adcfdc0243edeccb8415cc Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Thu, 20 Oct 2022 19:21:15 +0000 Subject: [PATCH] Update start --- start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start b/start index 4e57867..742fe3e 100644 --- a/start +++ b/start @@ -1,6 +1,6 @@ #!/bin/bash -git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/etudiants/controle-optimal.git +git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/controle-optimal/cours-etudiants.git rm -fr tp -mv controle-optimal/tp . -rm -rf controle-optimal +mv cours-etudiants/tp . +rm -rf cours-etudiants exec "$@" -- GitLab