Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 102:ecb2cac8df97
Added tukey to clusterlist
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Wed, 18 Dec 2013 17:04:27 -0500 |
parents | d635f7e31032 |
children | b955aa106b9a |
comparison
equal
deleted
inserted
replaced
101:d4af31b0867b | 102:ecb2cac8df97 |
---|---|
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 della hecate mcmillan orbital tiger tigressdata" | 75 export CLUSTERLIST="adroit della hecate mcmillan orbital tiger tigressdata tukey" |
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 |