#!/bin/bash if [ "$1" == "" ]; then ssh $1@$0 else ssh $0 fi