Answer:
one line script
while [ 1 ]; do candidate=`find ./ -name "*.zip"`; for i in $candidate; do unzip $i; rm $i; done; left=`find ./ -name "*.zip" | wc -l`; if [ $left -eq 0 ]; then break; fi; done
.sh file
1. HTTP Proxy without AuthenticationTest Account:
2. HTTP Proxy with Basic Authentication
3. HTTP Proxy with Digest Authentication
root:admin
hello:kitty