#!/usr/local/plan9/bin/rc if(~ $#jukedb 0) jukedb=$home/lib/jukedb if(! test -e $jukedb){ echo jukedb $jukedb not found exit 1 } if(! test -d $jukedb){ echo jukedb $jukedb is not a directory exit 1 } if(! which jukeget >/dev/null){ echo jukeget not in path exit 1 } ajuke $*