Last active
November 13, 2017 10:29
-
-
Save teknoraver/767fce93ccd4ea8d012e346404a66520 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/sh | |
perl -e 'for($t=0;;$t++){print chr($t*($t>>8&$t>>13)&255)}' |aplay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment