>>50
#!/bin/sh
for i in "${@}"; do
unzip -P"password" -- "${i}" && rm -f -- "${i}"
done