#!/bin/sh PATH=$HOME/bin/gettext:$PATH hash -r if [ -f "zh_TW.po" ] ; then msgfmt -c -v --strict --statistics zh_TW.po else echo "cannot find zh_TW.po" fi