6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd `dirname $0`
|
|
git pull
|
|
git submodule init
|
|
git submodule update
|