#!/bin/sh
export LD_LIBRARY_PATH="/opt/cdparanoia/lib:$LD_LIBRARY_PATH"
export PATH="/opt/cdparanoia/bin:$PATH"
ARGS="$@"
cdparanoia $ARGS
