Skip to content

Instantly share code, notes, and snippets.

@crabdancing
Created November 29, 2021 08:31
Show Gist options
  • Save crabdancing/df55070028b8629310da4c7322bbbb20 to your computer and use it in GitHub Desktop.
Save crabdancing/df55070028b8629310da4c7322bbbb20 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# VERY IMPORTANT! Strict mode. See: http://redsymbol.net/articles/unofficial-bash-strict-mode/
set -euo pipefail
IFS=$'\n\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment