X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/blobdiff_plain/280d4ebfd032b1e3e1e593e4c632a6dda91aca2b..1f5486cee5108ba5b34915864cd72ee8415e2149:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 7a650c1..cb11d5a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: $(CURDIR) log.csv: log cp $< $@ fromdos $@ - sed -i -e '/Started/ d' -e 's/ O: /,/g' $@ + sed -i -e '/Started/ d' -e '/Finished/ d ' -e 's/ O: /,/g' $@ perl -ni -e 'BEGIN{$$i=0}; print if ($$_ !~ /CO2/ || $$i == 0); $$i++;' $@ .PHONY: log.csv