memes/text-dl.ps1

4 lines
65 B
PowerShell
Raw Normal View History

2022-09-26 19:57:17 -03:00
foreach($line in Get-Content $args[0]) {
.\dl.ps1 $line
}