From 7f6b217a9017e2e595350e7bea2f55fa0b9218cc Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Mon, 25 Sep 2023 13:28:53 +0200
Subject: [PATCH] HOLI-5994 move project specific initialization and
 mprocs-defs to project scripts

---
 mprocs-start.sh | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 mprocs-start.sh

diff --git a/mprocs-start.sh b/mprocs-start.sh
new file mode 100755
index 0000000..c4a4a83
--- /dev/null
+++ b/mprocs-start.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# This file is used by the mprocs yaml files in https://gitlab.holi.team/app/holi-meta 
+
+vr dev
-- 
GitLab