From: Tim Pope Date: Sun, 27 Apr 2008 23:42:10 +0000 (+0000) Subject: New away-actions hosts X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=852032d3db90f99f3fa5a9667f8da70db61ffa72 New away-actions hosts --- diff --git a/bin/away-actions b/bin/away-actions index 8515027..6da3ec9 100755 --- a/bin/away-actions +++ b/bin/away-actions @@ -84,12 +84,13 @@ else echo "$information" > "$HOME/.plan" fi -for host in michael lucille buster oscar; do - ping -c 1 $host >/dev/null && scp -q "$HOME/.status" $host: 2>/dev/null -done +#for host in michael lucille buster oscar; do + #ping -c 1 $host >/dev/null && scp -q "$HOME/.status" $host: 2>/dev/null +#done -ping -c 1 lucille >/dev/null && scp -q "$HOME/.caminfo.deskcam" lucille:.caminfo 2>/dev/null -ping -c 1 buster >/dev/null && scp -q "$HOME/.caminfo.bedcam" buster:.caminfo 2>/dev/null +ping -c 1 maeby >/dev/null && scp -q "$HOME/.status" maeby: 2>/dev/null +ping -c 1 tobias >/dev/null && scp -q "$HOME/.caminfo.deskcam" tobias:.caminfo 2>/dev/null +#ping -c 1 buster >/dev/null && scp -q "$HOME/.caminfo.bedcam" buster:.caminfo 2>/dev/null rm -f .caminfo.deskcam .caminfo.bedcam exit 0