#!/bin/sh # # Small script to set the terminal's title to the arguments from the command # line. # # Usage: ./termtitle my new terminal title # # f0rked, http://f0rked.com # 2005-04-09 title="$@" echo -en "\033]2;$title\a"