fixed octal interpretation of hours (roughly)

This commit is contained in:
Alexander Bocken 2020-12-21 09:07:14 +01:00
parent 998ee399e5
commit eed6d9ec53
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/zsh
#Print the next appointment for the day for statusbar
#or generate notification for upcoming appointment
diff=$(calcurse --next | tail -n1 | sed 's/^\s*//; s/\[//;s/\]//' | cut -f1 -d ' ')