Zaktualizuj 'incremental.sh'
This commit is contained in:
parent
41462f07e8
commit
5d31f2901c
@ -1,12 +1,12 @@
|
||||
mv wer.txt wer_temp.txt
|
||||
mv srr.txt srr_temp.txt
|
||||
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
|
||||
|
||||
cat results/wer.txt >> wer_temp.txt
|
||||
cat results/srr.txt >> srr_temp.txt
|
||||
cat wer.txt >> wer_temp.txt
|
||||
cat srr.txt >> srr_temp.txt
|
||||
|
||||
mv wer_temp.txt results/wer.txt
|
||||
mv srr_temp.txt results/srr.txt
|
Loading…
Reference in New Issue
Block a user