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