#!/bin/sh
#
# Extract all the tracks of a CD into the current directory.

cdparanoia -B 1-

