Created
October 17, 2014 06:38
-
-
Save rubenerd/4c420ef79ea4a7c9d1ef to your computer and use it in GitHub Desktop.
sh source command example
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
#!/bin/sh | |
## Example comparison of bash's source and sh "." | |
. ./first.sh | |
echo $WORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment