#!/bin/bash printf -v coin '%s' -1 # ergopad.sh sigrsv price() { # A function that pulls cryptocurrency price data from ergopad # and formats it into a multi-currency banner for the console curl -X 'GET' 'https://ergopad.io/api/asset/price/'"$1"'' \ -H 'accept: application/json' 2> /dev/null | # sends download data to /dev/null sed 's/.*://' | # Removes everything … Continue reading bash: Getting a Cryptocurrency Price From Console Using Ergopad
Category: reading
Best Movie Review as Satire by Someone’s Brother
"Macbeth is Joel Coen’s shittiest movie by several billion light years. If all the elephants in all the world crapped into the same canyon for 100 years, you would still not have a pile of shit half a large as Joel Coen’s dumb-as-a-dog-dick rendering of this classic tale. One can’t watch Macbeth without getting the … Continue reading Best Movie Review as Satire by Someone’s Brother
