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