Test your shell scripts!
sh -c "`curl https://raw.github.com/shpec/shpec/master/install.sh`"
This repo itself is using shpec, so feel free to use it as an example. Here is the basic structure that you'll want:
└── shpec
└── an_example_shpec
└── another_shpec
Then to run your tests:
shpec [shpec_files]
Examples to come. In the meantime, check out shpec's tests.
Pull requests are always welcome.