Skip to content

Instantly share code, notes, and snippets.

@teddevaal
Created May 7, 2015 13:15
Show Gist options
  • Save teddevaal/af5093e88f55753f8c83 to your computer and use it in GitHub Desktop.
Save teddevaal/af5093e88f55753f8c83 to your computer and use it in GitHub Desktop.
extract
for file in `ls *.zip` ; do 7z x $file < password.file ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment