view bin/pastequotes @ 10349:edcf3ba2f169

<int-e> revert
author HackBot
date Sat, 04 Mar 2017 13:16:00 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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