diff --git a/bing-download.sh b/bing-download.sh index 8cba824..20c7c84 100644 --- a/bing-download.sh +++ b/bing-download.sh @@ -10,3 +10,6 @@ latest_image_url=$(echo $images | jq '.[0].imageUrl' | tr -d '"') latest_image_title=$(echo $images | jq '.[0].title' | tr -d '"') latest_image_copyright=$(echo $images | jq '.[0].copyright' | tr -d '"') +# Get the image and write it to the defined folder +wget $latest_image_url -O $1/defaultWithoutText.jpg +