Skip to content

Instantly share code, notes, and snippets.

@guibeira
Created July 1, 2022 15:19
Show Gist options
  • Save guibeira/016cc946617339b82ff6b5903f3e4acc to your computer and use it in GitHub Desktop.
Save guibeira/016cc946617339b82ff6b5903f3e4acc to your computer and use it in GitHub Desktop.
dolar hj cli
#!/usr/bin/env bash
curl -m 1 https://economia.awesomeapi.com.br/last/USD-BRL | jq -r '.USDBRL.bid' | awk '{print "BRL "$0}'
@guibeira
Copy link
Author

guibeira commented Jul 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment