mirror of
https://github.com/alexanderepstein/Bash-Snippets
synced 2018-11-08 02:59:35 +01:00
15 lines
276 B
Text
15 lines
276 B
Text
begin:
|
|
What is the base currency: USD
|
|
What currency to exchange to: RUB
|
|
What is the amount being exchanged: 100
|
|
end:
|
|
|
|
begin:
|
|
=========================
|
|
| USD to RUB
|
|
regexp: ^\|\s+Rate:\s+\d+\.\d+\s*$
|
|
| USD: 100
|
|
regexp: ^\|\s+RUB:\s+\d+\.\d+\s*$
|
|
=========================
|
|
end:
|
|
|