#!/bin/bash
#testing the if statement
if date
then
echo "it worked"
fi
echo -e '\n'
if asd
echo "it not worked"
echo 'We are outside the if statement'