#!/bin/bash title="This is a test." kdialog () { `kde-config --prefix`/bin/kdialog --title="$title $* #or $@ } kdialog --yesno "Testing, 1, 2, 3."