changeset 3554:3510127eaab1

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