bing-wallpaper-download-script/bing-download.sh

6 lines
143 B
Bash
Raw Normal View History

2023-09-18 17:41:10 +02:00
#!/bin/bash
2023-09-18 17:41:39 +02:00
# 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)