#!/bin/dash # Author: # Juhapekka Tolvanen # http://iki.fi/juhtolv # juhtolv (at) iki (dot) fi # This script is public domain. There is no warranty. KILLER="killall" #KILLER="pkill" KILLTIME="300" ########################################################### ## No luser-serviceable settings below this line (I hope). ########################################################### ( prkl 2>&1 | gxmessage -title prkl -fn "Monospace 8" -geometry 1375x1150 -file - ) & gxmessage -title 'prkl' -fn 'Sans Serif 12' 'A command called “prkl” is launched. Please click “OK” and wait for the next message.' & sleep $KILLTIME $KILLER gxmessage