changeset 3548:5f129cfb6a1d

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