unity-builder/scripts/commitAndPush.sh

2 lines
55 B
Bash
Raw Normal View History

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