From fd598fa340ffc624a3bb487a7eaef4f85acddd4e Mon Sep 17 00:00:00 2001
From: Olivier Cots <61-ocots@users.noreply.022e47118ec0>
Date: Fri, 17 Sep 2021 09:51:53 +0000
Subject: [PATCH] Update start

---
 start | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/start b/start
index b026477..74d2a8a 100644
--- a/start
+++ b/start
@@ -1,5 +1,6 @@
 #!/bin/bash
 git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/etudiants/controle-optimal.git
-mv controle-optimal/*.ipynb .
+mkdir tp
+mv controle-optimal/*.ipynb ./tp
 rm -rf controle-optimal
 exec "$@"
-- 
GitLab