#!/bin/sh

id=`hg id|cut -f1 -d' '`
f=sugarcrm-langpack-cz-$id.zip
hg man|egrep -v '^\.hg'|xargs zip $f
echo Created $f
