Initial add of defaria.com
[clearscm.git] / defaria.com / Computers / code / bin / title
1 #!/bin/bash
2 ################################################################################
3 #
4 # File:         title
5 # Description:  Sets the titlebar of a window to an arbitrary string for the
6 #               Cygwin/Bash environment
7 # Author:       Andrew@DeFaria.com
8 # Created:      Mon Mar 25 18:34:12  2002
9 # Language:     Bash Shell
10 # Modifications:
11 #
12 # (c) Copyright 2002, Andrew@DeFaria.com, all rights reserved
13 #
14 ################################################################################
15 # Add to the PS1 string the passed in string.
16 export PS1="\e]0;$@\a$PS1"