Created
August 2, 2016 21:44
-
-
Save nullbind/75d10f065b63066271343d98f4a98fe3 to your computer and use it in GitHub Desktop.
processing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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