Re: getting random background colors in ssh xterm through gnome shortcuts

2005-12-08 Thread michael
On Mon, 2005-11-28 at 22:11 -0500, H.S. wrote: > Hi, > > At school I have my .fvmrc2 file in which I have these kind of lines: > exec xterm -sl 2048 -ls -bg \#`printf '%02x%02x%02x' $((RANDOM% > 31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))` -e ssh remote.host.com > > to get an xterm windows at

getting random background colors in ssh xterm through gnome shortcuts

2005-11-28 Thread H.S.
Hi, At school I have my .fvmrc2 file in which I have these kind of lines: exec xterm -sl 2048 -ls -bg \#`printf '%02x%02x%02x' $((RANDOM% 31+224)) $((RANDOM%31+224)) $((RANDOM%31+224))` -e ssh remote.host.com to get an xterm windows at remote.host.com. The random light colored background is obtai