#!/bin/bash#testing the if statementif datethen echo "it worked"fiecho -e '/n'if asdthen echo "it no
#!/bin/bash#testing the if statementif datethen echo "it worked"fiecho -e '/n'if asdthen echo "it not worked"fiecho 'We are outside the if statement'