chiark / gitweb /
fix backslash handling
[bin.git] / rosetta-merge-all
1 #! /bin/sh
2 if [ "$1" = --apply ]; then
3         for x in *.po; do rosetta-merge "$@" ${x%.*}; done
4 else
5         for x in *.po; do rosetta-merge "$@" ${x%.*} | view -; done
6 fi