These are works in progress, but they function for me and my uses.
Note that I wrote one in sh
and one in fish
just for exercise — the sh
one will work fine if you use fish
. The only time you need to pick one to match your own shell is if the files will be sourced, which is not yet supported.
Ideas
- Add a script to simply drop you into a shell on host machine with all these environment variables set. That would make it easier to run multiple commands.
- Add ability to source the files so the individual functions could be used in other places.