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