projects
/
user
/
alex
/
software
/
my-snippets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fafae
)
check-host: Also display the ~text for jweiss
author
Alex Dehnert
<adehnert@mit.edu>
Mon, 21 Dec 2009 01:30:49 +0000
(20:30 -0500)
committer
Alex Dehnert
<adehnert@mit.edu>
Mon, 21 Dec 2009 01:30:49 +0000
(20:30 -0500)
check-host
patch
|
blob
|
history
diff --git
a/check-host
b/check-host
index 94d8a76e87e2a194704e07007cb5a54e8878b6b7..51a137c7790d7a4cd8ec7181c75fcff5a80c35ed 100755
(executable)
--- 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