meson: generate hxtool files

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Marc-André Lureau 2019-07-15 18:06:04 +04:00 committed by Paolo Bonzini
parent 650b5d548e
commit 3f88565997
4 changed files with 24 additions and 14 deletions

2
scripts/hxtool Normal file → Executable file
View file

@ -19,6 +19,6 @@ hxtoh()
case "$1" in
"-h") hxtoh ;;
*) exit 1 ;;
esac
esac < "$2"
exit 0