✨ Get the images from the API
This commit is contained in:
parent
d95bed04d5
commit
bdb8bb9847
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue