First things first

Synopsis

I’ve recently been thinking about starting on xyz or I stumbled upon xyz or had to solve for xyz recently so I decided to dive in, here’s my journey if you want to follow along

Post Content

Shell

1
2
3
4
if [ $? -ne 0 ]; then
    echo "The command was not successful.";
    #do the needful / exit
fi;

Example Things

This line shows the block quote. An example showing the tip type prompt.

An example showing the info type prompt.

An example showing the warning type prompt.

An example showing the danger type prompt.

TLDR