#!/bin/bash -x
# My first script

echo "Hello World!"

