mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
# Currency (Bash-Snippets)
|
|
# A realtime currency converter
|
|
|
|
# To convert between currencies (guided)
|
|
currency
|
|
|
|
# To convert between currencies (by supplying arguments)
|
|
# First argument is base currency second is the currency being exchanged to
|
|
currency USD EUR 14.38
|