Make sure to get inside your Ordering Editor & inside a Store
- Create a spreadsheet like the one on the image.
Also, here is a downloadable sample: https://d.pr/f/iOf6jX
- Create a sample text file like this: https://d.pr/f/L87UjN
steps: https://d.pr/v/sPKlxD (IMPORTANT leave an empty row at the end)
-
Open the terminal at folder with txt file
-
Run command
while read -r url filename tail; do wget -O "$filename" "$url" || err=1; done <image.txt
- See the magic https://d.pr/v/M3AYx8
Comments
0 comments
Please sign in to leave a comment.