Created
August 3, 2017 18:56
-
-
Save cdemers/c726ec754e98bdcbed402fa7b3b5b2b2 to your computer and use it in GitHub Desktop.
Warning for scripts that should be sourced, instead of executed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[ $_ == $0 ]] && echo "This script should probably be sourced." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment