dots/configs/home/.config/polybar/eth.sh

4 lines
109 B
Bash
Raw Permalink Normal View History

2023-10-27 19:56:44 +02:00
#!bin/sh
2022-04-03 01:11:04 +02:00
curl -s https://api.coinbase.com/v2/prices/ETH-EUR/spot | sed -n 's|.*"amount":"\([^"]*\)".*|\1|p'