anki/qt/ftl/scripts/fetch-latest-translations

12 lines
203 B
Plaintext
Raw Normal View History

2020-02-23 09:00:13 +01:00
#!/bin/bash
set -eu -o pipefail ${SHELLFLAGS}
2020-02-23 09:00:13 +01:00
echo "Downloading latest translations..."
if [ ! -d repo ]; then
git clone https://github.com/ankitects/anki-desktop-ftl repo
fi
(cd repo && git pull)