mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
6 lines
133 B
Bash
6 lines
133 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd benchmarks/output && go run ../parser/main.go -outdir ../csv && \
|
||
|
cd ../csv && go run ../parser/main.go -distribution
|
||
|
|