#!/bin/sh

MOUNTPOINT="/mnt/iPod"

sudo /usr/bin/gnupod_addsong.pl -m $MOUNTPOINT --disable-v1 "$@"

