# HG changeset patch # User HackBot # Date 1377808240 0 # Node ID c280b627f1a9f40995e994035c96b1b3dd3960e7 # Parent 4b38af588f4049726bca4172a2f2f5deb6e4c705 revert diff -r 4b38af588f40 -r c280b627f1a9 bin/pastequotes --- a/bin/pastequotes Thu Aug 29 20:30:12 2013 +0000 +++ b/bin/pastequotes Thu Aug 29 20:30:40 2013 +0000 @@ -1,1 +1,2 @@ -cat +#!/bin/sh +if [ "$1" ]; then quote "$1"; else allquotes; fi | paste