Skip to content

Instantly share code, notes, and snippets.

@lain0
Created February 15, 2018 19:46
Show Gist options
  • Save lain0/644a21b045ca062c1c9bba2b36968fcf to your computer and use it in GitHub Desktop.
Save lain0/644a21b045ca062c1c9bba2b36968fcf to your computer and use it in GitHub Desktop.
#!/bin/bash -x
# dw.sh
for i in `seq -w 0 39`;
do
wget https://s3.amazonaws.com/bigmarker-production/271b5fb4af4b708b51b895cd1ee79dfbf8865d58/00$i.jpg
done
@lain0
Copy link
Author

lain0 commented Feb 15, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment