-
- Downloads
Adding the `die` function to echo and exit in case of failure as the previous...
Adding the `die` function to echo and exit in case of failure as the previous `(echo "MSG"; exit 1)` only exited from the subprocess in `()`.
Please register or sign in to comment