Zaktualizuj 'incremental.sh'
This commit is contained in:
parent
ed078af41a
commit
7cc30fb296
@ -2,11 +2,11 @@ mv results/wer.txt wer_temp.txt
|
||||
mv results/srr.txt srr_temp.txt
|
||||
|
||||
# wyniki z ostatnich 48 godzin w przypadku aktualizacji co 10 minut
|
||||
tail -287 wer_temp.txt > wer_temp.txt
|
||||
tail -287 srr_temp.txt > srr_temp.txt
|
||||
tail -287 wer_temp.txt > wer_temp2.txt
|
||||
tail -287 srr_temp.txt > srr_temp2.txt
|
||||
|
||||
cat wer.txt >> wer_temp.txt
|
||||
cat srr.txt >> srr_temp.txt
|
||||
cat wer.txt >> wer_temp2.txt
|
||||
cat srr.txt >> srr_temp2.txt
|
||||
|
||||
mv wer_temp.txt wer.txt
|
||||
mv srr_temp.txt srr.txt
|
||||
mv wer_temp2.txt wer.txt
|
||||
mv srr_temp2.txt srr.txt
|
Loading…
Reference in New Issue
Block a user