Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save laidbackware/be0e948c6ae307429c8902e9b3879dfc to your computer and use it in GitHub Desktop.
Save laidbackware/be0e948c6ae307429c8902e9b3879dfc to your computer and use it in GitHub Desktop.
Useful BASH
# 1 liner to check if var is set
: ${VAR_NAME:?"You must st VAR_NAME"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment