dotfiles/scripts/bdays.sh
2024-01-24 21:05:21 +01:00

6 lines
119 B
Bash
Executable file

#!/bin/bash
date=$(date "+%-d\\/%-m")
echo $(cat ~/documents/notes/bdays.md \
| sed "/ $date /!d" \
| cut -d "|" -f3)