1
0
Fork 0
mirror of synced 2024-05-17 18:52:46 +12:00

Add another message type

This commit is contained in:
Serene-Arc 2021-05-22 11:53:12 +10:00 committed by Serene
parent 527a8af7b7
commit 5aae6b3df8

View file

@ -19,4 +19,5 @@ fi
grep 'Resource hash' "$file" | awk '{ print $(NF-2) }' ;
grep 'Download filter' "$file" | awk '{ print $(NF-3) }' ;
grep 'already exists, continuing' "$file" | awk '{ print $(NF-3) }' ;
grep 'Hard link made' "$file" | awk '{ print $(NF) }' ;
} >> "$output"