Created
April 8, 2019 05:21
-
-
Save alex-harvey-z3q/66a5ad6d9f9065db827d6db9965b7ea8 to your computer and use it in GitHub Desktop.
Delete me
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
$ cat x | |
. include.sh | |
foo=bar | |
echo foo is $foo from in x | |
validate_vars foo | |
. y | |
$ cat y | |
echo foo is $foo from in y | |
validate_vars foo | |
$ bash x | |
foo is bar from in x | |
foo is bar from in y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment