diff options
Diffstat (limited to '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 |