diff options
author | d-s <ds@voyager.local> | 2023-03-23 22:20:20 +0100 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-03-23 22:20:20 +0100 |
commit | d46e194c44a9ddb9f05b7c94f1a3ffad4088d462 (patch) | |
tree | 2a3080435f21510aa7eb212908bea7390f8f9cea /send_wm.sh | |
parent | 20b6774f312308b1b97719ddb56476f35e0a250b (diff) |
chore: remove legacy files
Diffstat (limited to 'send_wm.sh')
-rwxr-xr-x | send_wm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh target="https://brainbaking.com/post/2023/03/continuous-productivity-is-toxic/" -source="https://d-sh/2023/re-continuous-productivity-is-toxic/" +source="https://d-s.sh/2023/re-continuous-productivity-is-toxic/" wm_link=$(curl $target | grep rel=\"webmention\" | head -1 | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*") |