#!/bin/sh # export DISPLAY=localhost:0.0 zenity --question --title "Suspend the PC?" if [ x$? = x0 ]; then /usr/local/sbin/rg_suspend_script_nowait else echo SUSPEND ABORTED fi