Skip to content

Instantly share code, notes, and snippets.

@nullbind
Created August 2, 2016 21:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullbind/75d10f065b63066271343d98f4a98fe3 to your computer and use it in GitHub Desktop.
Save nullbind/75d10f065b63066271343d98f4a98fe3 to your computer and use it in GitHub Desktop.
processing
0..100 | ForEach-Object{
$x = 37 + (GET-RANDOM 4000)
$y = 37 + $_
[console]::beep($x,$y)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment