Skip to content

Instantly share code, notes, and snippets.

@vitaly-zdanevich
Created March 5, 2016 15:12
Show Gist options
  • Save vitaly-zdanevich/1f8d9d1bf6b94da0bf38 to your computer and use it in GitHub Desktop.
Save vitaly-zdanevich/1f8d9d1bf6b94da0bf38 to your computer and use it in GitHub Desktop.
for n in 1 2 3 4 5 6 7 8 9 0; do
for f in 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 1600; do
beep -f $f -l 20
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment