Bashing Blog GeneratorAugust 5, 2022 · One min readByungnam LeeunityProgrammerBashing blogif [ $# -ge $CMDLINEPARAM ]then blog=$@else echo "Atleast ${CMDLINEPARAM} blog name is required." exit 1fi