4 lines
59 B
Text
4 lines
59 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
git pull "$@" && git submodule update
|