#!/bin/sh output="$(zenity --entry \ --title "Run" \ --text "Run an application" \ --ok-label "Run" \ )" exec $output