1 line
82 B
PowerShell
1 line
82 B
PowerShell
Get-Content 'recipes.txt' | Sort-Object{Get-Random} | select -First 7 | write-host |