view bin/pastequotes @ 11247:3984b7cae85f

<shachaf> swrjan s/pt/ek/
author HackBot
date Tue, 28 Nov 2017 08:53:44 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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