5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname "$0")
|
|
git submodule update --init
|
|
pipenv run -- ./install.py "$@"
|