look at operating based on a loop

This commit is contained in:
Trowbridge 2019-12-18 16:52:44 -05:00
parent 2887636034
commit d781bd321e
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash
#greenhouse decorative
code=g_deco
for f in g_basket g_deco g_round g_square g_support g_trays n_flats n_round c_bohemian
code=f
url=https://hc-companies.com/planter_category/decorative-containers
#wget https://hc-companies.com/planter_category/decorative-containers/ -O g_deco.html
echo "INSERT INTO scrape.raw (code,url, html) SELECT '$code' code, '$url' url, \$\$" | cat - "$code.html" >temp