Organize into home and system directories
[khome.git] / bin / alarm
diff --git a/bin/alarm b/bin/alarm
deleted file mode 100755 (executable)
index ad57499..0000000
--- a/bin/alarm
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-
-case "$1"
-    in "")
-        seconds=0
-    ;; *)
-        seconds="$1"
-esac
-
-$HOME/bin/snore "$seconds"
-
-printf "!!! TIMES UP !!!\n"
-
-while true
-do
-    play -q -n synth 0.25 sin 500 2> /dev/null
-    sleep 0.25
-done
This page took 0.027405 seconds and 4 git commands to generate.