From c19fbb1373fe619cb67435b708266767b2e66637 Mon Sep 17 00:00:00 2001 From: Olivier Cots <olivier.cots@enseeiht.fr> Date: Thu, 20 Oct 2022 18:16:21 +0200 Subject: [PATCH] foo --- Project.toml | 5 +++++ start | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 Project.toml create mode 100644 start diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..12d73bc --- /dev/null +++ b/Project.toml @@ -0,0 +1,5 @@ +[deps] +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" diff --git a/start b/start new file mode 100644 index 0000000..872fc4a --- /dev/null +++ b/start @@ -0,0 +1,7 @@ +#!/bin/bash +git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/automatique/etudiants.git +rm -fr stability +mv td/stability . +rm -rf etudiants +exec "$@" + -- GitLab