Cmd Generator

source

Execute commands from a file in the current shell.

source

Examples

# Source a file
source ~/.bashrc

# Source with path
source /path/to/script.sh

# Short form
. ~/.profile