|
|
|
|
|
by joshstrange
1093 days ago
|
|
Here is my beep script, it's almost embarrassingly basic. You can pick a different sound, I wanted one that wasn't too offensive/harsh and I've used this for 3-4+ years. #!/bin/bash afplay -v 3 /System/Library/Sounds/Glass.aiff |
|