#!/bin/sh

if [ -z "$1" ] ; then
    echo $0: usage $0 string
    exit 1
fi

printf "%s" "]0;$*"