tendermint-demo/parse/report_to_file.sh
2018-06-17 01:26:28 +05:00

2 lines
63 B
Bash
Executable File

#!/bin/bash
python block_report.py $1 "$2" $3 $4 | tee "$2.txt"