misc/powershell/pick7.ps1

1 line
82 B
PowerShell
Raw Permalink Normal View History

2023-03-07 10:27:51 -05:00
Get-Content 'recipes.txt' | Sort-Object{Get-Random} | select -First 7 | write-host