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#*/}