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