8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
git pull
|
|
git submodule update --init --recursive --checkout
|
|
git status
|