functions (85B)
1 # .sh_functions 2 3 # Sets xterm title to $1. 4 function tt { 5 echo -n "\033]0;$*\007" 6 }