Skip to content

Commit db3a7c8

Browse files
committed
add comment about backslash
1 parent 4bafa73 commit db3a7c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scraper/scraper_pretty.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Figure out the length of the base URL so that we can extract
44
# 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.
57
cutpoint=$(echo "http://ecx.images-amazon.com/images/I/" \
68
| wc -m \
79
| grep '[0-9]\{1,\}' --only-matching)

0 commit comments

Comments
 (0)