5 lines
139 B
Bash
Executable file
5 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source /home/brian/.api_key.sh
|
|
|
|
curl -s -H "Accept: application/json" "http://www.omdbapi.com/?apikey=$omdbapi_key&t=$1" | jq
|