. filename # 注意点号(.)和文件名中间有一空格 或 source filename
### test.sh #!/bin/bash url="www.baidu.com" ### demo.sh #!/bin/bash . test.sh echo $url