mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
6 lines
119 B
Bash
Executable file
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)
|