OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning bash

bash blog posts, coding tips and trick in a bitesize to help you learn bash.

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.

bash

run code program on terminal every x time (seconds)

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.

mac terminal bash

Shortcut bash function to review Github Pull Request locally

This is my Shortcut bash function to review Github Pull Request locally faster

git bash

Create simple deploy script

Learn how to create a simple deploy script, to automate your code deployment when using git or any other things in command

bash productivity git

What Is Bash and How It Can Save Your Time

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

bash productivity

Create New Hugo Post Faster With Bash

How to create new hugo post faster with bash script? without writing hugo new command anymore

bash hugo productivity