changeset 3550:73ea39edb6d8

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