#!/bin/bash
# Sample bash script that sleeps for 3 seconds and then prints.
sleep 3
echo "Hello World"
