Skip to content

Instantly share code, notes, and snippets.

@manobi
Last active July 6, 2020 18:40
Show Gist options
  • Save manobi/db13bd742690e6974d7fe5276f3fc789 to your computer and use it in GitHub Desktop.
Save manobi/db13bd742690e6974d7fe5276f3fc789 to your computer and use it in GitHub Desktop.
Baixar imagens
foreach($line in Get-Content .\file.txt) {
if($line -match $regex){
curl -O $line
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment