git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/sounds/squawk-phone.rsc
blob: ec697e49e0aa71361b175b76bfecc1781b9a14cb (plain)
1
2
3
4
5
6
 :for i from=1 to=10 step=1 do={
   :beep frequency=1195 length=22ms;
   :delay 22ms;
   :beep frequency=2571 length=22ms;
   :delay 22ms;
 }