view bin/pastequotes @ 12000:e22594d71d21 draft

<wib_jonas> revert
author HackEso <hackeso@esolangs.org>
date Mon, 04 Nov 2019 12:20:46 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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