#!/bin/sh # Change Eterm pixmap if [[ -z "$*" ]] && which randomise_textures >/dev/null; then echo -n "\e]20;`randomise_textures`\a" else echo -n "\e]20;$*\a" fi