I'm writing some shell scripts with haskell, which I'm running in gitbash, but there are a few other existing scripts I'd like to be able to use from those scripts.
For example, I'd like to run maven goals or do a git pull, but without having to integrate specifically with those tools.
Is there a way to do this?