add scripts
This commit is contained in:
parent
b91bb6b7c8
commit
bc7920537e
4 changed files with 26 additions and 1 deletions
6
scripts/bdays.sh
Executable file
6
scripts/bdays.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
date=$(date "+%-d\\/%-m")
|
||||
echo $(cat ~/documents/notes/bdays.md \
|
||||
| sed "/ $date/!d" \
|
||||
| cut -d "|" -f3)
|
Loading…
Add table
Add a link
Reference in a new issue