#!/bin/bash
# echo -n does not work in regular sh.
echo -n ]0\;
echo -n $1
echo -n 

