aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-01 22:29:19 +1200
commit451c27d6d45621c8acfe8a6dc09cf84ee03b3f99 (patch)
tree7d55533de429840c8d6058b33a5c20aeb12eedaa /bin
parentTrim ax(1) down a bit (diff)
downloaddotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.tar.gz
dotfiles-451c27d6d45621c8acfe8a6dc09cf84ee03b3f99.zip
Change bell() to a POSIX sh script
Diffstat (limited to 'bin')
-rw-r--r--bin/bell3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bell b/bin/bell
new file mode 100644
index 00000000..c1c2ce1c
--- /dev/null
+++ b/bin/bell
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Print a terminal bell
+printf '\a'