Skip to content

Commit

Permalink
Update textcoll.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens authored Mar 22, 2024
1 parent 0b1ff10 commit bfe913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/textcoll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $TEXTCOLL $MDIFF $FIRSTBLOCKBYTES --prepare --pathfile textcoll_path.bin.gz --al

$TEXTCOLL $MDIFF $FIRSTBLOCKBYTES --firstblock --pathfile textcoll_path.bin.gz --alphabet $ALPHABET --prefixfile ${prefixfile} || exit 1

collfile=`ls textcoll1_*.txt | head -n`
collfile=`ls textcoll1_*.txt | head -n1`

cat ${prefixfile} ${collfile} > partial_solution.txt

Expand Down

0 comments on commit bfe913f

Please sign in to comment.