From 2f3d3185ef517090c03b98abd1c90ffe75dcb958 Mon Sep 17 00:00:00 2001
From: Olivier Cots <olivier.cots@enseeiht.fr>
Date: Wed, 6 Oct 2021 14:57:28 +0200
Subject: [PATCH] add files

---
 environment.yml | 7 +++++++
 start           | 7 +++++++
 2 files changed, 14 insertions(+)
 create mode 100644 environment.yml
 create mode 100644 start

diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000..3f568e5
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,7 @@
+name: mat
+channels:
+  - conda-forge
+dependencies:
+  - matlab_kernel
+  - matlab
+
diff --git a/start b/start
new file mode 100644
index 0000000..73dffe5
--- /dev/null
+++ b/start
@@ -0,0 +1,7 @@
+#!/bin/bash
+git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/etudiants/matlab.git
+rm -fr tutos
+mv matlab/tutos .
+rm -rf matlab
+exec "$@"
+
-- 
GitLab