Help for this page
#!/bin/bash if [ "$1" == "" ]; then ... else ssh $0 fi
$ ~/ssh/myhost.org radmat
#!/usr/bin/perl if (!defined $ARGV[0] || $ARGV[0] eq '') { ... else { exec('ssh',"$ARGV[0]\@$0") }