Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed Oct 7, 2023
1 parent 4893745 commit d1892fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ "$1" == "ALL" ]; then
done

# merge
sort -m -k 1,1n -T . -S "$MEM_PERC" -o "$filename" "$(cat "$filename.files.txt")"
sort -m -k 1,1n -T . -S "$MEM_PERC" -o "$filename" $(cat "$filename.files.txt")

# collect stats
while IFS= read -r i
Expand Down

0 comments on commit d1892fc

Please sign in to comment.