> Anyone made any progress writing a wrapper script, like djc's
> /rc/bin/git, for ori's git9?
Yes. This is what git/compat is for. Just run `git/compat` to spawn
a new shell with a 'git' executable in your $path. For example:
term% cd path/to/repo
term% git/compat
term% git version
git versio
Hi all,
Anyone made any progress writing a wrapper script, like djc's /rc/bin/git,
for ori's git9?
It may seem peverse to replicate Linus's interface (which I don't like),
but the go compiler suite expects this interface, so rather than trying to
hack go this seems the path of least resistance.