Author: Jason Giedymin
General container usage is as follows:
- git clone this repo
- source from your container script
- get going!
To run the tests use:
bash test.sh
- Use run with functions:
run fx1 fx2
- Test return code of function with if directly (PRs in progress)
- Don't nest functions, unless you unset them. Instead flatten out and see #1 above.
- Don't lib-ify too much (see remote.sh as what not to do).
Apache v2