#! /bin/sh -e
# vim: set sw=4 sts=4 expandtab:
# simple script to merge weblate po files

git checkout weblate-latest
wlc commit
git pull
git checkout latest
git merge weblate-latest
git push
git checkout weblate-latest
wlc pull
git pull
git checkout latest
