5 lines
143 B
Bash
5 lines
143 B
Bash
#!/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)
|
|
|