From: Alex Dehnert Date: Mon, 21 Dec 2009 01:30:49 +0000 (-0500) Subject: check-host: Also display the ~text for jweiss X-Git-Url: https://www.dehnerts.com/gitweb/?p=user%2Falex%2Fsoftware%2Fmy-snippets.git;a=commitdiff_plain;h=89dabb77ad68701e3bc6db1af5b6532121229d27 check-host: Also display the ~text for jweiss --- diff --git a/check-host b/check-host index 94d8a76..51a137c 100755 --- a/check-host +++ b/check-host @@ -9,3 +9,13 @@ for hostname in "$@"; do echo Aliases athrun ops qy ghal $hostname.mit.edu \* done + +echo +echo For your copy/pasting convenience +echo Please be careful that this makes sense with the output above +echo +echo At your convenience, please make $@.mit.edu an alias of scripts-vhosts.mit.edu. +echo +for hostname in "$@"; do + echo stella scripts-vhosts -a $hostname +done