How woul开发者_StackOverflowd you exit-gracefully-upon-entry when invoking a .sh script from anything other than bash?
Make the script executable and prepend:
#!/usr/bin/env bash
How woul开发者_StackOverflowd you exit-gracefully-upon-entry when invoking a .sh script from anything other than bash?
Make the script executable and prepend:
#!/usr/bin/env bash
上一篇:《咏怀》第四句是什么?
精彩评论