This is a small script that changes the title of any xterm window. It consists of two lines:
Usage: ./chtitle.sh YourTitleHereCode:#!/bin/sh printf "\033]0;$1\007"
You can replace $1 with a title and include this in your login scripts if you like.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks