#!/bin/bash

### Runs mplayer (via pcm) with all its extraneous output inhibited.  Geez.

pcm $1 -really-quiet 2>/dev/null

# End of file.
