Anki/qt/po/scripts/upload-latest-template
2020-02-26 18:09:06 +10:00

6 lines
119 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
scripts/update-po-template
(cd repo && git add desktop; git commit -m update; git push)