From ba55a017cf6636284747050ac9037e8bdebf9227 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..20fd16a --- /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 \ No newline at end of file -- GitLab