#!/bin/sh apiKey=946f500a movie=$( (echo "$@" | tr " " + ) | sed 's/-d+//g' ) curl -s "http://www.omdbapi.com/?t=$movie&apikey=$apiKey" | jq .