shell脚本中如何插入其它脚本?

答: 示例如下:

#!/bin/sh

. added.sh #include other script

echo "hello"

 

posted @ 2019-04-29 14:29  Jello  阅读(449)  评论(0)    收藏  举报