# HG changeset patch # User HackBot # Date 1377808143 0 # Node ID e0e412a27bad4645dcbddc9066cd862f59e91d70 # Parent 8fadb562842e22f3114573efff15905e652734a2 revert diff -r 8fadb562842e -r e0e412a27bad bin/pastequotes --- a/bin/pastequotes Thu Aug 29 20:15:46 2013 +0000 +++ b/bin/pastequotes Thu Aug 29 20:29:03 2013 +0000 @@ -1,1 +1,2 @@ -cat +#!/bin/sh +if [ "$1" ]; then quote "$1"; else allquotes; fi | paste