comments help

This commit is contained in:
Zergling_man 2022-10-18 08:03:14 +11:00
parent eea96b6b2f
commit 8b93285d2d

View File

@ -1,3 +1,6 @@
# A simple automater for filling up AIMI exchange.
# Probably don't need to change much for knitting but I can't be fucked figuring it out now.
source conf.sh source conf.sh
nums=$(curl -H "User-Agent: $UA" https://us-moe-app.amz-aws.jp/recycle/aimi_change_list.php?P=$p | grep -Eo '/ [0-9]<input type="hidden" name="item_id[0-9]" value="[^"]*"' | grep -Eo '[0-9]*') nums=$(curl -H "User-Agent: $UA" https://us-moe-app.amz-aws.jp/recycle/aimi_change_list.php?P=$p | grep -Eo '/ [0-9]<input type="hidden" name="item_id[0-9]" value="[^"]*"' | grep -Eo '[0-9]*')