URI:
       ttuneguitar - scripts - random scripts
  HTML git clone https://git.parazyd.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       ttuneguitar (145B)
       ---
            1 #!/bin/sh
            2 #
            3 # play standard EADGBE tuning
            4 # depends: sox.sourceforge.net
            5 
            6 for n in E2 A2 D3 G3 B3 E4; do
            7         play -n synth 4 pluck $n repeat 2
            8 done