summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/helpers.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/helpers.sh b/scripts/helpers.sh
index f46e3f4..ecdc041 100644
--- a/scripts/helpers.sh
+++ b/scripts/helpers.sh
@@ -3,11 +3,6 @@
# This is a set of helper bash functions that are too small for their own file,
# but useful enough to be worth `source`ing in your bashrc.
-# Set options for improved robustness
-set -o errexit
-set -o pipefail
-set -o nounset
-
# Reports how many physical games you own
function vgphys() {
# Note: This assumes the system has an asterisk, "VC", or "Steam" in its name
hlight'> Escape sequences were being compared with the 'or' operator instead of the 'and' operator. If I had left it alone, every escape sequence would've borked it. 2013-02-06Solve Exercise 1-24: C syntax checkerzlg1-110/+122 I'm glad to be done with chapter 1. It feels like I'm starting to gain momentum. I'm certainly looking forward to using higher level constructs like switch(), which I think is available in Chapter 2. So far so good!