#!/bin/bash CP="$(make_classpath $TDBROOT)" CP="$HOME/Projects/AFS/classes:$CP" java -cp "$CP" -server bulkloader2.CmdNodeTableBuilder "$@"