# HG changeset patch # User HackBot # Date 1486946441 0 # Node ID 655956824d4105775fdbc6db62c4f715d8885ae4 # Parent 4eac6577f64df09176882866c40c4e27cbcd2d54 sled bin/pastequotes//s,; e.*, | paste; else url quotes; fi, diff -r 4eac6577f64d -r 655956824d41 bin/pastequotes --- a/bin/pastequotes Sun Feb 12 17:42:02 2017 +0000 +++ b/bin/pastequotes Mon Feb 13 00:40:41 2017 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if [ "$1" ]; then quote "$1"; else allquotes; fi | paste +if [ "$1" ]; then quote "$1" | paste; else url quotes; fi