summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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