#!/bin/bash

echo "Hello World"
read -n1 -r -p "Press any key to continue..." key