mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-22 02:47:50 +08:00
4 lines
151 B
Bash
4 lines
151 B
Bash
#!/bin/bash
|
|
set -e
|
|
read -p "Enter benchmark_id: " benchmark_id
|
|
curl -s https://mainnet-api.tig.foundation/get-benchmark-data?benchmark_id=$benchmark_id |