Skip to content

Instantly share code, notes, and snippets.

@syusui-s
Created May 13, 2013 10:10
Show Gist options
  • Save syusui-s/5567341 to your computer and use it in GitHub Desktop.
Save syusui-s/5567341 to your computer and use it in GitHub Desktop.
適当に作った
#!/bin/bash
MUTE="-n -f1 -l700";\
for i in 264 290 330 352 396 440 495 528;do
beep -f $i $MUTE
done
beep -f 130 -l 700 -n -f1 -l200
for i in 528 495 440 396 352 330 290 264;do
beep -f $i $MUTE
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment