Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 71:9dc2023b8b19
Updated clusterlist (will need it again soon)
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Wed, 20 Feb 2013 18:33:03 +0000 |
parents | 0110dfac917e |
children | f9fa25bac9a8 |
comparison
equal
deleted
inserted
replaced
70:15f662bc38c8 | 71:9dc2023b8b19 |
---|---|
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 mcmillan oldhecate orbital sesame tigressdata" | 75 export CLUSTERLIST="adroit artemis della hecate mcmillan orbital sesame tiger 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 |