2016-11-17shell
#!/bin/bash# /root/shell/001 # 2016-11-17 test for script running name="ahau-2015" echo ${name}
./root/shell/001
2. 用source來執行腳本:在父SHELL中執行bash
source /root/shell/001