Skip to content

Instantly share code, notes, and snippets.

@loverdos
Created March 1, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loverdos/e5c46f02a9a86f8307df to your computer and use it in GitHub Desktop.
Save loverdos/e5c46f02a9a86f8307df to your computer and use it in GitHub Desktop.
Re-copy text as email-quoted
#!/bin/sh
# Re-copy text as email-quoted
pbpaste | sed 's/^/>/' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment