view bin/pastequotes @ 11513:408737ffa142 draft

<int-e> slwd tanebvention//s/comma,/comma, ruin,/
author HackEso <hackeso@esolangs.org>
date Tue, 17 Apr 2018 16:22:06 +0100
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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