Skip to content

Instantly share code, notes, and snippets.

@glukki
Created October 16, 2020 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glukki/34df2a4e10e067b09efa9232f3642750 to your computer and use it in GitHub Desktop.
Save glukki/34df2a4e10e067b09efa9232f3642750 to your computer and use it in GitHub Desktop.
Bash scripts starter pack
@glukki
Copy link
Author

glukki commented Dec 17, 2020

Unofficial Bash Strict Mode

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

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