#!/bin/bash exitScript() { echo "" echo "" isNotice "Exiting script..." isNotice "Goodbye <3..." echo "" stty echo exit 0 }