使用Bashsource /some/script和. /some/script在 Bash 中执行脚本(例如 /some/script)有什么区别?
source /some/script
. /some/script
bash scripts
bash ×1
scripts ×1