oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 217 FAIL 0.03 OK stocks

stderr

Parsing stocks
            stockInfo=$(httpGet  "https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=$1&apikey=KPCCCRJVMOGN9L6T") > /dev/null #grab the JSON response
    ^~~~~~~~~~
_tmp/wild/src/shell/Bash-Snippets/stocks/stocks:70: Global assignment shouldn't have redirects

        
Translating stocks
            stockInfo=$(httpGet  "https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=$1&apikey=KPCCCRJVMOGN9L6T") > /dev/null #grab the JSON response
    ^~~~~~~~~~
_tmp/wild/src/shell/Bash-Snippets/stocks/stocks:70: Global assignment shouldn't have redirects