Skip to content

Commit

Permalink
minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
codequal committed Oct 23, 2010
1 parent b66c222 commit 681f83c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/clonedetect/vdbgen
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ TOOVERWRITE=

clean()
{
echo -n "...deleting vectors..."
find "$SRC_DIR" -iname '*.vec' -print0 | xargs -0 -r --max-args 500 rm
echo "Done"
}

clean_log()
{
echo -n "...deleting vgen logs..."
rm -f "$TIME_DIR/$PARSELOG"
find "$TIME_DIR" -iname 'vgen_*' -print0 | xargs -0 -r --max-args 500 rm
echo "Done"
echo -n "...deleting vector db..."
find "$VECTOR_DIR" -iname 'vdb_*' -print0 | xargs -0 -r --max-args 500 rm
echo "Done"
}

#vgen $1 $2: $1=min_token; $2=stride
Expand Down

0 comments on commit 681f83c

Please sign in to comment.