view bin/pastequotes @ 11081:f18bdcf3b649

<int-e> learn The password of the month is blowin\' in the wind.
author HackBot
date Tue, 11 Jul 2017 07:03:25 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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