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