# HG changeset patch # User HackEso # Date 1573945783 0 # Node ID ee30d51e855a58b8845248f3bcc896ea37a09dfd # Parent bd76992a2feca9d654f03577a6d5277bc9f5f1cf sled /hackenv/bin/pastequotes//s|url quotes|url ${HACKENV-/hackenv}/quotes| diff -r bd76992a2fec -r ee30d51e855a bin/pastequotes --- a/bin/pastequotes Sat Nov 16 23:08:24 2019 +0000 +++ b/bin/pastequotes Sat Nov 16 23:09:43 2019 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if [ "$1" ]; then quote "$1" | paste; else url quotes; fi +if [ "$1" ]; then quote "$1" | paste; else url ${HACKENV-/hackenv}/quotes; fi