Bash

Fail Fast in Bash Scripts

2 min read

I found myself writing another bash script that should exit should any of the few commands within it fail to run. As I began writing some error handling after …