4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
sed '/---/q' ~/documents/notes/projects.md \
|
|
| sed 's/#.*//;/^$/d' \
|
|
| shuf -n1 \
|
|
| echo "[$(date +%H:%M)] Work on this for an hour: $(cat -)"
|