case $1 in
    -h|help|hint)   exec tcd.x -h;exit 0;;
esac
exec tcd.x "$@"
