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

7 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)