About
Your Name
Hi Welcome! This is Notiva Jekyll Theme
About Me
Who am I?
Common
1
This is a common code snippet, without syntax highlight and line number.
Specific Language
1
2
3
4
if [ $? -ne 0 ]; then
echo "The command was not successful.";
#do the needful / exit
fi;