Sunday, March 29, 2015

SSH Forever Script

#!/usr/bin/env bash
while true
do
ssh $1
done