Created
September 15, 2023 23:51
-
-
Save hmcclungiii/489260f1a236fcee9e5689810a7c1540 to your computer and use it in GitHub Desktop.
If not running interactively, exit
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
# 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