Skip to content

Instantly share code, notes, and snippets.

@hmcclungiii
Created September 15, 2023 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmcclungiii/489260f1a236fcee9e5689810a7c1540 to your computer and use it in GitHub Desktop.
Save hmcclungiii/489260f1a236fcee9e5689810a7c1540 to your computer and use it in GitHub Desktop.
If not running interactively, exit
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return ;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment