sadedot/scripts/update.sh

7 lines
137 B
Bash
Executable File

#!/usr/bin/env bash
git submodule update
# git submodule foreach git pull
# git commit -m "Update sadedot submodule" sadedot
# git push