5 lines
96 B
Bash
5 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
calendar=$(calcurse --todo=1 | tail -n +2 | cut -d '1. ')
|
|
echo "$calendar"
|