mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 12:19:46 +00:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd benchmark/output && go run ../parser/main.go -outdir ../csv && \
|
|
cd ../csv && go run ../parser/main.go -distribution
|
|
|