oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 276 FAIL 0.15 OK currency

stderr

Parsing currency
        Line 144 of '_tmp/wild/src/shell/Bash-Snippets/currency/currency'
    exchangeRate=$(httpGet "http://api.fixer.io/latest?base=$base&symbols=$exchangeTo" | grep -Eo "[0-9]*[.][0-9]*") > /dev/null
    ^~~~~~~~~~~~~
Global assignment shouldn't have redirects

        
Translating currency
        Line 144 of '_tmp/wild/src/shell/Bash-Snippets/currency/currency'
    exchangeRate=$(httpGet "http://api.fixer.io/latest?base=$base&symbols=$exchangeTo" | grep -Eo "[0-9]*[.][0-9]*") > /dev/null
    ^~~~~~~~~~~~~
Global assignment shouldn't have redirects