script mit rundung

This commit is contained in:
Michael Grote 2021-06-08 14:58:58 +02:00
parent 1cedd35d96
commit 537c6aae7f

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-ae6fe2720f2c30f4" | awk '{print $3 * 0.055}' curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-ae6fe2720f2c30f4" | awk '{$zw=$3 * 0.055} {printf "%.2f\n",$zw}'