#!/bin/sh # play the WFBQ audio stream URL="http://www.q95.com/cc-common/streaming_new/index.html?refreshed=yes" PURL=`wget -q -O - $URL | grep genasx | grep src | cut -f2 -d\"` MMS=`wget -q -O - "$PURL" | grep "mms://" | cut -f2 -d\" | tail -1` mplayer $MMS