diff options
Diffstat (limited to 'vocab')
-rwxr-xr-x | vocab | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,8 +1,4 @@ #!/bin/sh -pushd `dirname $0` > /dev/null -SCRIPTPATH=`pwd -P` -popd > /dev/null - -$SCRIPTPATH/toks ${1+"$@"} | sort | uniq -u +$(dirname $0)/toks ${1+"$@"} | sort | uniq -c |