summaryrefslogtreecommitdiffstats
path: root/scripts/beep
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/beep')
-rwxr-xr-xscripts/beep5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/beep b/scripts/beep
new file mode 100755
index 0000000..58a26b7
--- /dev/null
+++ b/scripts/beep
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+paplay --volume=59000 "$HOME/scripts/jeff.ogg" &
+
+# vim: expandtab sw=2 ts=2