#!/bin/sh -e
zenity --info --title "hello" --text "Hello from the shell!"
