dotfiles/scripts/bdays.sh

7 lines
119 B
Bash
Raw Normal View History

2023-12-03 19:55:40 +01:00
#!/bin/bash
date=$(date "+%-d\\/%-m")
echo $(cat ~/documents/notes/bdays.md \
2024-01-24 21:05:21 +01:00
| sed "/ $date /!d" \
2023-12-03 19:55:40 +01:00
| cut -d "|" -f3)