Tired of needing to assertThat(foo).isEqualTo("bar") again & again? Are you just wanting to ensure you don't break - for example - REST interfaces Are you manually saving text files for verification ...
bash_unit allows you to write unit tests (functions starting with test), run them and, in case of failure, displays the stack trace with source file and line number indications to locate the problem.