Created
January 24, 2019 13:08
-
-
Save maxpeterson/d65fe7637d7fdcc255fd76265a8ec38b to your computer and use it in GitHub Desktop.
Revisions
-
maxpeterson created this gist
Jan 24, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ rm tmp/* make test-emails (for file in tmp/*; do echo "h3. $(grep Subject $file| cut -c 10-)"; echo; echo '{quote}'; sed ' : again /=$/ { N s/=\n// t again } ' $file; echo '{quote}'; echo '\\'; echo ----; echo '\\'; done;) | pbcopy