This repo basically contains Shell script basics from Hackerrank
Write a Bash script which accepts as input and displays the greeting "Welcome (name)" Q: https://www.hackerrank.com/challenges/bash-tutorials---a-personalized-echo/problem
read name echo "Welcome $name"
printf '%s\n' {1..99..2}
echo "HELLO"
for i in {1..50} do echo $i don