unity-builder/scripts/commitAndPush.sh

2 lines
55 B
Bash
Executable File

yarn build; git add .; git commit -m "$1" -q; git push