Fix missing notify_cal script
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Nov 2020 10:15:21 +0000 (05:15 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Nov 2020 10:15:21 +0000 (05:15 -0500)
home/bin/notify_cal [new file with mode: 0755]

diff --git a/home/bin/notify_cal b/home/bin/notify_cal
new file mode 100755 (executable)
index 0000000..7241c55
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+notify-send "$(ncal -M)" -u low
This page took 0.027146 seconds and 4 git commands to generate.