Archive for August, 2008

Shell script to extract the exchange rates from BNR (Romania)

Wednesday, August 13th, 2008

Here is a simple script to get the exchange rates from www.bnro.ro/nbrfxrates.xml   #!/bin/bash # clear the screen clear # display an info message echo "+------------------------------+" echo "|        BNR exchange   |" echo "+------------------------------+" # check for parameters if [ $# -ne 1 ] then echo "Usage: $0 eur  ...