tendermint-demo/cli/report_to_file.sh

2 lines
63 B
Bash
Raw Normal View History

2018-06-22 00:08:53 +05:00
#!/bin/bash
python block_report.py $1 "$2" $3 $4 | tee "$2.txt"