From cc404f91fc88a8b4bcd084f9b19486d49c7116df Mon Sep 17 00:00:00 2001
From: Olivier Cots <61-ocots@users.noreply.022e47118ec0>
Date: Sat, 9 Oct 2021 10:28:36 +0000
Subject: [PATCH] Update start

---
 start | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/start b/start
index dcfe4f7..4991949 100644
--- a/start
+++ b/start
@@ -1,7 +1,7 @@
 #!/bin/bash
 git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/tutoriels/etudiants.git
 rm -fr tutoriels
-mv matlab/tutoriels .
-rm -rf matlab
+mv etudiants/tutoriels .
+rm -rf etudiants
 exec "$@"
 
-- 
GitLab