source command

C++
source is a bash shell built-in command that executes the content of the file 
passed as argument, in the current shell.     
# . script == source script
Source

Also in C++: