Bash script required to be sourced prior to execution in order to fail correctly with return. What is initial source doing that works?

前端 未结 0 975
小鲜肉
小鲜肉 2020-12-08 03:35

So I have bash script (test.bash) that is required to be ran a certain way to fail correctly.

if [ ! "$#" -eq "1" ] ; then
  echo "U         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题