Get the images from the API

This commit is contained in:
Simon V. Lejel 2023-09-18 17:41:39 +02:00
parent d95bed04d5
commit bdb8bb9847
Signed by: sl
GPG key ID: 6544A0430A2CFFAD

View file

@ -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)