From b9bc9a727976669ae5469a1d954b855e3f55bd12 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Sat, 7 Feb 2026 08:49:14 +0100 Subject: [PATCH] add gmolab env --- gmolab.sh | 1 + script.sh | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 120000 gmolab.sh diff --git a/gmolab.sh b/gmolab.sh new file mode 120000 index 0000000..0231def --- /dev/null +++ b/gmolab.sh @@ -0,0 +1 @@ +script.sh \ No newline at end of file diff --git a/script.sh b/script.sh index 0c4d2b4..08bddd3 100755 --- a/script.sh +++ b/script.sh @@ -68,8 +68,14 @@ case $environment in echo "environnement vdglab" cp .env-vdglab .env ;; + gmolab) + echo "environnement vdglab" + cp .env-gmolab .env + ;; *) - usage + echo "Add $environment in case section" + #usage + exit ;; esac