Created
March 5, 2015 14:25
-
-
Save hyharryhuang/e19ec33ee71a07cf475a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
#Runs from the existing shell (instead of creating a new copy), meaning any env variable changes will persist. | |
source ./myscript.sh | |
#OR using the . shortcut: | |
. ./myscript.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment