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