From 54c470eed79cd0853556286741e979dd4b372aaf Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Fri, 17 Sep 2021 10:18:04 +0000 Subject: [PATCH] Update start --- start | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start b/start index c0d2ecc..4e57867 100644 --- a/start +++ b/start @@ -1,7 +1,6 @@ #!/bin/bash git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/etudiants/controle-optimal.git rm -fr tp -mkdir tp -mv controle-optimal/*.ipynb ./tp +mv controle-optimal/tp . rm -rf controle-optimal exec "$@" -- GitLab