# HG changeset patch # User HackBot # Date 1377808253 0 # Node ID 3510127eaab10277e1d2c2c723f6ef06c6209484 # Parent a2c0fbb7c2b10c558f68d64dbc56993a06af3431 revert diff -r a2c0fbb7c2b1 -r 3510127eaab1 bin/pastequotes --- 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