summaryrefslogtreecommitdiff
path: root/.local/bin/state-the-time
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/state-the-time')
-rwxr-xr-x.local/bin/state-the-time3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/state-the-time b/.local/bin/state-the-time
new file mode 100755
index 0000000..c41ad96
--- /dev/null
+++ b/.local/bin/state-the-time
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+espeak "It's $(date +%_H:%M|sed 's/:00/ oh clock/')" \ No newline at end of file