#!/bin/sh
echo "$*"
$*
echo; echo "proceed by <return> in this widget";    read  antwort
#echo "automatic proceeding after 3 seconds!";     sleep 3
