chiark / gitweb /
TABLE_FIND() now uses typeof. We're committed to GCC anyway so it
[disorder] / clients / dump2wav
... / ...
CommitLineData
1#! /bin/bash
2#
3# Usage: dump2wav DUMPFILE [sox format options] OUTPUT
4#
5exec sox -r 44100 -s -w -c 2 "$@"