#!/bin/sh
#
# Author: Peter Keel <killer@discordia.ch>
# plays files from vbox through sox.  Script for remembering the params...
#
play -t ul -r 8000 $*
