Skip to content

Instantly share code, notes, and snippets.

@tankibaj
Created January 30, 2021 01:40
Show Gist options
  • Save tankibaj/e001126e48339ea7d4ae864234397ce9 to your computer and use it in GitHub Desktop.
Save tankibaj/e001126e48339ea7d4ae864234397ce9 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Error Handling
set -o errexit; set -o pipefail; set -o nounset;
# Grab exit code
# cat /tmp/doesnotexist && rc=$? || rc=$?
# echo exitcode: $rc
# cat /dev/null && rc=$? || rc=$?
# echo exitcode: $rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment