summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-21 17:22:35 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-21 17:22:46 +0100
commitfefd63e7ec06d7dc301daadb08dd3474d3c9ec27 (patch)
tree19679048c84f5a9cf0479a18851fc9f22f80f6a1
parent0ac76332d39b0e40aea16f0ba22886a014bab373 (diff)
downloadweb-fefd63e7ec06d7dc301daadb08dd3474d3c9ec27.tar.gz
Remove experimental code from blm
-rwxr-xr-xblm13
1 files changed, 0 insertions, 13 deletions
diff --git a/blm b/blm
index 2736377..b3aa146 100755
--- a/blm
+++ b/blm
@@ -12,16 +12,3 @@ jq -r '.data[] |
"\n" + .body + "\n" +
"\n"
'
-
-exit
-# Download and convert images to attachments
-while read line
-do
- case "$line" in
- "X-Image: "*)
- ;;
- *)
- printf '%s\n' "$line"
- ;;
- esac
-done