[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] bash question
- Subject: [ale] bash question
- From: dcorbin at machturtle.com (David Corbin)
- Date: Sun, 26 Mar 2006 01:47:24 -0500
I right my share of shell scripts, and I know how to check for the status of
one command and terminate the script.
I was wondering if there is a an option to bash to have it quit the script
automatically when a command returns a non-zero status. It would make some
scripts much cleaner.
David