7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
git submodule init
|
|
git submodule update
|
|
echo "* Creating virtual env"
|
|
mkvenv
|