comparison .bash_aliases @ 66:594349918d47

* tr13 -> rt13
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Tue, 10 Jul 2012 23:01:42 +0000
parents 89650cf05c4c
children 0110dfac917e
comparison
equal deleted inserted replaced
65:89650cf05c4c 66:594349918d47
67 T_HOST=$2 67 T_HOST=$2
68 fi 68 fi
69 ssh -t $T_HOST "ssh $1" 69 ssh -t $T_HOST "ssh $1"
70 } 70 }
71 alias t13='t cses13' 71 alias t13='t cses13'
72 alias tr13='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 oldhecate orbital sesame tigressdata"
76 cdsh() { 76 cdsh() {
77 for H in $CLUSTERLIST ; do 77 for H in $CLUSTERLIST ; do