Skip to content

Commit

Permalink
Add quote script
Browse files Browse the repository at this point in the history
Outputs standard input, but with each line starting with a > character
for quoting in emails/markdown.
  • Loading branch information
robmiller committed Feb 28, 2017
1 parent b209886 commit 48decfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/quote
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env ruby

$stdin.each { |line| print "> ", line }

0 comments on commit 48decfd

Please sign in to comment.