case $1 in
	-h|help|hint)	exec group.x -h;exit 0;;
esac
rm -f group[0-9][0-9][0-9].tmp
exec group.x $@
