bash: exit from source-d script

后端 未结 0 788
一生所求
一生所求 2020-12-18 02:46

My bash script uses a lot of checks like:

if [ something bad ] ; then
    echo \"error message\"
    exit 1
fi

I have found out that if the

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