1
0
Fork 0
mirror of synced 2024-05-21 04:32:34 +12:00

Remove unneeded backslashes

This commit is contained in:
Serene-Arc 2021-05-21 17:02:43 +10:00 committed by Serene
parent a104a154fc
commit da72d8ac2d

View file

@ -15,7 +15,7 @@ else
fi
{
grep 'Could not download submission' "$file" | awk '{ print $12 }' | rev | cut -c 2- | rev ; \
grep 'Failed to download resource' "$file" | awk '{ print $15 }' ; \
grep 'failed to download submission' "$file" | awk '{ print $14 }' | rev | cut -c 2- | rev ; \
grep 'Could not download submission' "$file" | awk '{ print $12 }' | rev | cut -c 2- | rev ;
grep 'Failed to download resource' "$file" | awk '{ print $15 }' ;
grep 'failed to download submission' "$file" | awk '{ print $14 }' | rev | cut -c 2- | rev ;
} >>"$output"