📜  source 命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:21.588000             🧑  作者: Mango

代码示例1
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