#!/bin/sh
source /etc/sysconfig/squeezeboxserver
export PERL5LIB=$SQUEEZEBOX_CPAN:$SQUEEZEBOX_SHARE/Slim
cd $SQUEEZEBOX_SHARE

perl scanner.pl $@
