#!/bin/sh
# hilbert
julia --startup-file=no -O0 -e 'import lib4ti2_jll
lib4ti2_jll.zsolve() do x
 p=run(ignorestatus(`$x -H $ARGS`))
 exit(p.exitcode)
end' -- "$@"
