Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 68:0110dfac917e
* One more mcmillan update
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Fri, 20 Jul 2012 16:19:24 +0000 |
parents | 594349918d47 |
children | 9dc2023b8b19 |
comparison
equal
deleted
inserted
replaced
67:54c3436f3284 | 68:0110dfac917e |
---|---|
70 } | 70 } |
71 alias t13='t cses13' | 71 alias t13='t cses13' |
72 alias rt13='t "-t cses13 screen -raAx"' | 72 alias rt13='t "-t cses13 screen -raAx"' |
73 alias x='ssh xanadu.astro.princeton.edu' | 73 alias x='ssh xanadu.astro.princeton.edu' |
74 | 74 |
75 export CLUSTERLIST="adroit artemis della hecate oldhecate orbital sesame tigressdata" | 75 export CLUSTERLIST="adroit artemis della hecate mcmillan oldhecate orbital sesame tigressdata" |
76 cdsh() { | 76 cdsh() { |
77 for H in $CLUSTERLIST ; do | 77 for H in $CLUSTERLIST ; do |
78 echo $H": " | 78 echo $H": " |
79 ssh $H $@ | 79 ssh $H $@ |
80 done | 80 done |