oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 199 FAIL 0.05 OK movies

stderr

Parsing movies
            movieInfo=$(httpGet "http://www.omdbapi.com/?t=$movie&apikey=$apiKey") > /dev/null # query the server and get the JSON response
    ^~~~~~~~~~
_tmp/wild/src/shell/Bash-Snippets/movies/movies:74: Global assignment shouldn't have redirects

        
Translating movies
            movieInfo=$(httpGet "http://www.omdbapi.com/?t=$movie&apikey=$apiKey") > /dev/null # query the server and get the JSON response
    ^~~~~~~~~~
_tmp/wild/src/shell/Bash-Snippets/movies/movies:74: Global assignment shouldn't have redirects