Skip to content

Commit

Permalink
14:53
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMekler committed Jan 6, 2025
1 parent e0e7efb commit 250cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder-app/finder-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
for i in $( seq 1 $NUMFILES)
do

./writer "$WRITEDIR/${username}$i.txt" "$WRITESTR"
writer "$WRITEDIR/${username}$i.txt" "$WRITESTR"
done

OUTPUTSTRING=$(./finder.sh "$WRITEDIR" "$WRITESTR")
Expand Down

0 comments on commit 250cf4a

Please sign in to comment.