From 47754153223864767620ca3cb16366f6ac0cb9f2 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 11:23:39 +0200 Subject: [PATCH] reposinit script added --- link.sh => reposinit | 6 ++++++ 1 file changed, 6 insertions(+) rename link.sh => reposinit (75%) diff --git a/link.sh b/reposinit similarity index 75% rename from link.sh rename to reposinit index 08da35e..2d9d859 100755 --- a/link.sh +++ b/reposinit @@ -1,3 +1,9 @@ +#!/bin/sh +# +echo "* Intialising Submodules" +mkvenv + +echo "* Linking pylibs to venv" for path in `find pylibs/ -maxdepth 1 -type d`; do if [[ $path != "pylibs/" ]];then lib=${path#*/}