reposinit script added

This commit is contained in:
Dirk Alders 2022-05-08 13:59:19 +02:00
parent 46269c9501
commit 61f70d9182

8
reposinit Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
#
echo "* Initialising Submodules"
git submodule init
git submodule update
echo "* Creating virtual env"
mkvenv