commit d46e194c44a9ddb9f05b7c94f1a3ffad4088d462 parent 20b6774f312308b1b97719ddb56476f35e0a250b Author: d-s <ds@voyager.local> Date: Thu, 23 Mar 2023 22:20:20 +0100 chore: remove legacy files Diffstat:
D | .eslintrc.json | | | 3 | --- |
D | dotfiles | | | 1 | - |
M | send_wm.sh | | | 2 | +- |
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/.eslintrc.json b/.eslintrc.json @@ -1,3 +0,0 @@ -{ - "extends": "next/core-web-vitals" -} diff --git a/dotfiles b/dotfiles @@ -1 +0,0 @@ -Subproject commit 24b36b30406e4129182fc2f7c0da3998f3ecef58 diff --git a/send_wm.sh b/send_wm.sh @@ -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./?=_%:-]*")