diff --git a/scripts/Makefile b/scripts/Makefile index 51c1af3..86ae5f4 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,10 +1,14 @@ SHELL := /bin/bash +.SILENT: test test: + echo "run,conf,latency" . parse_lib.sh && \ get_xp tor_bw_small | while read r; do \ for i in 0 1 2 3; do \ - extract_us $$r $$i; \ + extract_us $$r $$i | while read l; do \ + echo $$r,$$i,$$l;\ + done; \ done; \ done;