Skip to content

Commit

Permalink
+ cbr.ru: USD and EUR rates
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Sep 24, 2012
1 parent 99142f8 commit dfb64ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cbr.ru/usdeur
@@ -0,0 +1,2 @@
#!/bin/sh
curl -s http://www.cbr.ru/ | egrep -o "[0-9,]+ " | sed "5q;1~2d;s/\&.*//g;" | tr '\n' ' ' | awk '{ print "$ " $1 " € " $2}'

0 comments on commit dfb64ac

Please sign in to comment.