view bin/pastequotes @ 11336:3e52041e3b35

<int-e> mkx bin/dc//DC_LINE_LENGTH=10000 /usr/bin/dc "$@"
author HackBot
date Sun, 28 Jan 2018 20:50:06 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

#!/bin/sh
if [ "$1" ]; then quote "$1" | paste; else url quotes; fi