Skip to content

Instantly share code, notes, and snippets.

@grappler

grappler/potomo.sh

Last active Dec 23, 2015
Embed
What would you like to do?
#! /bin/sh
for file in `/usr/bin/find . -name '*.po'` ; do /usr/bin/msgfmt -o ${file/.po/.mo} $file ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment