快速测试你的 Bash Shell
·
挑战自我
查看以下 bash 代码并在不运行的情况下回答输出内容
https://github.com/vumdao/bash/blob/master/bash_test/wq.sh
#!/bin/bash
set -e
mutex_test() { return -23; }
mutex_test
echo $?
echo "Done"
进入全屏模式 退出全屏模式
🌠博客·Github·[Web]](https://vumdao.hashnode.dev/)·LinkedIn·(https://www.linkedin.com/in/vu-dao-9280ab43/)·组
更多推荐
所有评论(0)