Created
December 15, 2015 10:39
-
-
Save abhinavjain241/da4c9f7c435b87fe16ea to your computer and use it in GitHub Desktop.
Tune my guitar (https://www.reddit.com/r/linux/comments/acz06/tune_your_guitar_using_the_command_line/)
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
#!/bin/bash | |
for n in E2 A2 D3 G3 B3 E4; do play -n synth 4 pluck $n repeat 2; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment