if test -z "$1"
then
    ssh -X gigondas xterm
else
    ssh -X gigondas $1
fi