Here it is, as you supplied it. The standard cdda2wav in /usr/local/bin was renamed cdd2wavreal
#!/bin/sh app=cdda2wavreal if [ -x /usr/local/bin/$app ] ; then app=/usr/local/bin/$app fi # Next line is only a guess - needs to be edited but redirection of stdout (1) is essential echo "cdda2wav script running " 1>&2 diskutil unmount /dev/disk1 1>&2 "$app" $* -- danco ------------------------------------------------------------------------ danco's Profile: http://forums.slimdevices.com/member.php?userid=210 View this thread: http://forums.slimdevices.com/showthread.php?t=42106 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
