Skip to content

Instantly share code, notes, and snippets.

@vitaly-zdanevich
Created March 5, 2016 15:11
Show Gist options
  • Save vitaly-zdanevich/e2d951df846bdbf34d06 to your computer and use it in GitHub Desktop.
Save vitaly-zdanevich/e2d951df846bdbf34d06 to your computer and use it in GitHub Desktop.
n=3000; while [ $n -gt 400 ]; do beep -f $n -l 5; n=$((n*97/100)); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment