summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-08-19 12:39:17 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-08-19 12:39:17 +0100
commitdd70cbcdfd093480b3004f0c74d781f3391312fc (patch)
treec02ded89c7451d7dbd01e65d22a6418b2ac846af /.local
parent82443de57daadd200c3b6779ecc27b6e8b809f97 (diff)
Ensure clock is a shell script
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/statusbar/clock2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock
index 497c03f..d2b8a51 100755
--- a/.local/bin/statusbar/clock
+++ b/.local/bin/statusbar/clock
@@ -1 +1,3 @@
+#!/bin/sh
+
date +"%d %B %Y %R"