fixed octal interpretation of hours (roughly)

This commit is contained in:
2020-12-21 09:07:14 +01:00
parent 998ee399e5
commit eed6d9ec53

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 ' ')