diff --git a/powershell/pick7.ps1 b/powershell/pick7.ps1 new file mode 100644 index 0000000..a888c1d --- /dev/null +++ b/powershell/pick7.ps1 @@ -0,0 +1 @@ +Get-Content 'recipes.txt' | Sort-Object{Get-Random} | select -First 7 | write-host \ No newline at end of file