9 wiersze
125 B
Bash
Executable File
9 wiersze
125 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
echo "* Initialising Submodules"
|
|
git submodule init
|
|
git submodule update
|
|
|
|
echo "* Creating virtual env"
|
|
mkvenv
|