#!/bin/sh

# Find where we where run from
me=`realpath $0`
root=`dirname $me`

"$root/get_cdinfo.tcl" cdinfo.txt `"$root/cddb-id" -m`

