How to Write Unit Tests for Bash Scripts (The Simple Way)
Introduction If you enjoy writing Bash scripts to automate tasks, then you might ask yourself: "Can I write tests for my Bash scripts?". The answer is: Yes, you can! And it's not hard at all.

Introduction
If you enjoy writing Bash scripts to automate tasks, then you might ask yourself: "Can I write tests for my Bash scripts?".
The answer is: Yes, you can! And it's not hard at all.