What is `set -e` in shell
The `set -e` option in a shell script instructs the shell to exit immediately if any command exits with a non-zero status.
OneBite.Dev - Coding blog in a bite size
The `set -e` option in a shell script instructs the shell to exit immediately if any command exits with a non-zero status.
In order to run any command or program every X seconds or any time from your Mac terminal, you can utilize a shell loop with the sleep command.
This is my Shortcut bash function to review Github Pull Request locally faster
Learn how to create a simple deploy script, to automate your code deployment when using git or any other things in command
Have you heard about bash? but not sure what does bash actually do? Let's see how it can save you r time.. a lot
How to create new hugo post faster with bash script? without writing hugo new command anymore