The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/sh
# Switchs back xterm title
oldtitle=`xwininfo -id $WINDOWID | grep xwininfo | awk '{print $5}'`
mpg123 --title $*
/bin/echo "\033]0;" $oldtitle "\007"