Skip to content

Instantly share code, notes, and snippets.

@ivanhoe011
Created December 14, 2022 23:41
Show Gist options
  • Save ivanhoe011/9d599e28b65c562b96149141ebf0f1dd to your computer and use it in GitHub Desktop.
Save ivanhoe011/9d599e28b65c562b96149141ebf0f1dd to your computer and use it in GitHub Desktop.
Bash script simple template
#!/bin/bash
#
# This script...
#
# Usage: ...
##
set -o pipefail
set -ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment