1 example for source
# your_comment_here
WTF does source do?
When a script is run using `source' it runs within the existing shell, any variables created or modified by the script will remain available after the script completes
# your_comment_here
WTF does source do?
When a script is run using `source' it runs within the existing shell, any variables created or modified by the script will remain available after the script completes