FB Web Tips

Test-Driving Shell Scripts

By Patkos Csaba Writing shell scripts is very much like programming. Some scripts require little time investment; whereas, other complex scripts may require thought, planning and a larger commitment. From this perspective, it makes sense to take a test-driven approach and unit test our shell scripts.   To get the most out of this tutorial, […]