openMenuIfCancelled() { pressed=$1 case $pressed in 1) echo "Cancelled" echo "Returning to the menu..." sleep 1 /home/joinmarket/menu.sh exit 1;; 255) echo "ESC pressed." echo "Returning to the menu..." sleep 1 /home/joinmarket/menu.sh exit 1;; esac }