# HG changeset patch # User HackBot # Date 1377808195 0 # Node ID 73ea39edb6d81575beedf3d05d5a7e7b6cdb4df3 # Parent bd6ea07cadc1b903c57933eba366a2f09f0103d1 revert diff -r bd6ea07cadc1 -r 73ea39edb6d8 bin/pastequotes --- a/bin/pastequotes Thu Aug 29 20:29:42 2013 +0000 +++ b/bin/pastequotes Thu Aug 29 20:29:55 2013 +0000 @@ -1,1 +1,2 @@ -cat +#!/bin/sh +if [ "$1" ]; then quote "$1"; else allquotes; fi | paste