![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
This is a test: (The results will be posted in a comment)
### this prints out the URL of the last post you made today: wget -q -O - https://mdlbear.dreamwidth.org/$(date +%Y/%m/%d/) \ | grep 'class="entry-title"' | tail -1 \ | sed -E 's/^<[^>]*><[^>]*href="([^"]*)".*$/\1/'