#!/bin/bash ((mplayer "`~/imbc_py2.py`" -cache 8192 -dumpstream -dumpfile "imbc-`date +%Y%m%d%H%M%S`.m4a" > /dev/null 2>&1)& echo $! > ~/imbc_rec.pid &)