#!/bin/bash

set -eu -o pipefail ${SHELLFLAGS}

scripts/update-po-template
(cd repo && git add desktop; git commit -m update; git push)
