Skip to content

Instantly share code, notes, and snippets.

@teknoraver
Last active November 13, 2017 10:29
Show Gist options
  • Save teknoraver/767fce93ccd4ea8d012e346404a66520 to your computer and use it in GitHub Desktop.
Save teknoraver/767fce93ccd4ea8d012e346404a66520 to your computer and use it in GitHub Desktop.
#!/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