add scripts

This commit is contained in:
Crispy 2023-12-03 19:55:40 +01:00
parent b91bb6b7c8
commit bc7920537e
4 changed files with 26 additions and 1 deletions

6
scripts/bdays.sh Executable file
View file

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