diff --git a/bing-download.sh b/bing-download.sh index 05a7907..24ca4df 100644 --- a/bing-download.sh +++ b/bing-download.sh @@ -1,2 +1,5 @@ #!/bin/bash +# Get the JSON file, pull out just the URLs and put them in an array +images=$(wget -qO- https://peapix.com/bing/feed?country=gb) +