(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 11 Jul 2012 21:53:41 +0000 (21:53 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 11 Jul 2012 21:53:41 +0000 (21:53 +0000)
scripts/merge_tr_lp.sh [new file with mode: 0644]

diff --git a/scripts/merge_tr_lp.sh b/scripts/merge_tr_lp.sh
new file mode 100644 (file)
index 0000000..6b34260
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+SDIR=`dirname $0`
+
+(cd /tmp;tar -xzvf $1)
+
+cd $SDIR/../po
+for i in *po
+do
+    meld $i /tmp/po/psensor-$i
+done
+