diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-21 17:22:35 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-21 17:22:46 +0100 |
commit | fefd63e7ec06d7dc301daadb08dd3474d3c9ec27 (patch) | |
tree | 19679048c84f5a9cf0479a18851fc9f22f80f6a1 | |
parent | 0ac76332d39b0e40aea16f0ba22886a014bab373 (diff) | |
download | web-fefd63e7ec06d7dc301daadb08dd3474d3c9ec27.tar.gz |
Remove experimental code from blm
-rwxr-xr-x | blm | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |