dotfiles/scripts/bdays.sh
2023-12-03 19:55:40 +01:00

6 lines
118 B
Bash
Executable file

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