Initial Github Commit

This commit is contained in:
Russ Long 2015-03-30 19:06:09 -04:00
commit 3cc65ff1ce
2 changed files with 6 additions and 0 deletions

0
README Normal file
View File

6
ssh.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Created by rlong to get around OSX 10.10's crappy dns resolution and lack of appending search domains.
ip=`nslookup $1 | egrep -o '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' |tail -1`
ssh $ip