1 2 3 4 5 6 7 8
#!/bin/sh pushd `dirname $0` > /dev/null SCRIPTPATH=`pwd -P` popd > /dev/null $SCRIPTPATH/toks ${1+"$@"} | sort | uniq -u