misc/powershell/pick7.ps1
2023-03-07 10:27:51 -05:00

1 line
82 B
PowerShell

Get-Content 'recipes.txt' | Sort-Object{Get-Random} | select -First 7 | write-host