memes/text-dl.ps1
2022-09-26 19:57:17 -03:00

4 lines
65 B
PowerShell

foreach($line in Get-Content $args[0]) {
.\dl.ps1 $line
}