Bash Scaffold for Code Retreat Option 1: use docker wrapper scripts See scripts/ folder. Install Test Framework Bats sudo aptitude install bats Run the tests bats test Run the app ./bin/program Hierarchy of directories bin: the program lib: source code test: the tests