From 89dabb77ad68701e3bc6db1af5b6532121229d27 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 20 Dec 2009 20:30:49 -0500 Subject: [PATCH] check-host: Also display the ~text for jweiss --- check-host | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.34.1