#!/bin/bash # pull any pending changes from git repos ./pull-git # upload changes to .pot ./update-po-template (cd po && git add desktop; git commit -m update; git push)