Anki/qt/i18n/sync-ftl-git
2020-02-21 15:29:38 +10:00

8 lines
181 B
Bash

#!/bin/bash
# pull any pending changes from git repos
./pull-git
# upload changes to ftl templates
./update-ftl-templates
(cd ftl && git add core; git commit -m update; git push)