From 0adbfed4e46880885cf4595971682d6c94e11bbe Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 24 Aug 2015 03:55:27 +0200 Subject: [PATCH] Terminal clock with toilet --- scripts/termclock.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/termclock.sh diff --git a/scripts/termclock.sh b/scripts/termclock.sh new file mode 100755 index 0000000..5238b81 --- /dev/null +++ b/scripts/termclock.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exec watch -n 1 -t 'date +"%H:%M:%S" | toilet'