Created
October 17, 2014 06:37
-
-
Save rubenerd/f3256c08e8f7fef8c35d to your computer and use it in GitHub Desktop.
bash source command example, destination
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
#!/usr/local/bin/bash | |
source ./first.sh | |
echo $WORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment