#!/bin/bash if [ "${1:0:1}" == "/" ]; then echo $'\033'\]20\;$1\;100$'\007' else echo $'\033'\]20\;$PWD/$1\;100$'\007' fi