Skip to content

Instantly share code, notes, and snippets.

@seb836-duplicate
seb836-duplicate / boot.sh
Created January 2, 2012 12:54 — forked from anotherjesse/boot.sh
let me know when the server is up
#!/bin/bash
while ! ssh -o ConnectTimeout=1 -o PasswordAuthentication=no $1 uptime; do
sleep 1
done
say the computer is a boot