We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bafa73 commit db3a7c8Copy full SHA for db3a7c8
scraper/scraper_pretty.sh
@@ -2,6 +2,8 @@
2
3
# Figure out the length of the base URL so that we can extract
4
# the name of the file later by cutting off the base URL.
5
+# The "\" at the end of some of the lines are there to break long commands
6
+# into multiple lines.
7
cutpoint=$(echo "http://ecx.images-amazon.com/images/I/" \
8
| wc -m \
9
| grep '[0-9]\{1,\}' --only-matching)
0 commit comments