#!/bin/sh
if test $1
then
	echo "]0;$*"
else
	echo "usage : xtitle <new title>"
fi
