sadedot/scripts/update.sh

6 lines
110 B
Bash
Executable File

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