view bin/pastequotes @ 11199:30a21a76ab37

<shachaf> revert
author HackBot
date Tue, 26 Sep 2017 10:44:08 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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