sadedot/scripts/update.sh

6 lines
117 B
Bash
Executable File

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