Skip to content

Instantly share code, notes, and snippets.

@timlegrand
Last active September 29, 2021 14:12
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 timlegrand/d67d502be82be7983ff1 to your computer and use it in GitHub Desktop.
Save timlegrand/d67d502be82be7983ff1 to your computer and use it in GitHub Desktop.
Check Shell script is source, not sub-shelled
# If not running interactively
if [ -z "$PS1" ]; then echo "This script must be sourced. Use \"source ./script.sh\" instead." ; exit ; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment