# vim father.sh name='zhangsan'
# vim child.sh source /mnt/father.sh echo $name
# sh child.sh
输出内容:
zhangsan