#!/bin/bash

# A command end with an error
phatomcommand

# A command print out something in standard output
echo "Welcome to Basic Shell Scripting training!"

