Skip to content

Instantly share code, notes, and snippets.

@javabrett
Last active November 8, 2020 21:27
Show Gist options
  • Save javabrett/a859ab42c369a5afed5bb14ec95cf1fc to your computer and use it in GitHub Desktop.
Save javabrett/a859ab42c369a5afed5bb14ec95cf1fc to your computer and use it in GitHub Desktop.
Bash Strict Mode
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
@javabrett
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment