changeset 3546:e0e412a27bad

<boily> revert
author HackBot
date Thu, 29 Aug 2013 20:29:03 +0000
parents 8fadb562842e
children fa2006b65e6a
files bin/pastequotes
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/pastequotes	Thu Aug 29 20:15:46 2013 +0000
+++ b/bin/pastequotes	Thu Aug 29 20:29:03 2013 +0000
@@ -1,1 +1,2 @@
-cat
+#!/bin/sh
+if [ "$1" ]; then quote "$1"; else allquotes; fi | paste