reposinit script added
This commit is contained in:
parent
3a94e857aa
commit
dc49bc8ab0
8
reposinit
Executable file
8
reposinit
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
echo "* Initialising Submodules"
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
|
||||||
|
echo "* Creating virtual env"
|
||||||
|
mkvenv
|
Loading…
x
Reference in New Issue
Block a user