Quoting Brendan Halpin (brendan.halpin at ul.ie): > Simple scripting question: > > With a bash script that runs a simple series of commands, how do I > make it crash out if any one command fails, without filling it with > conditionals? statement1 && statement2 && statement3 [...]