#!/bin/bash
# 
# file:    /usr/loca/bin/settitle
# purpose: sets shell window title
# created: pasha nov 2 2015
# 
# according to http://heath.hrsoftworks.net/archives/000139.html

echo -e "\033]2;$1 $2 $3 $4 $5 $6\007"

# eof
