From fefd63e7ec06d7dc301daadb08dd3474d3c9ec27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 21 Nov 2020 17:22:35 +0100 Subject: Remove experimental code from blm --- blm | 13 ------------- 1 file changed, 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 -- cgit v1.2.3