view bin/pastequotes @ 11557:b502fb714ae7 draft

<oerjan> learn Turning is what Turing is doing in his grave because of all the esolangers misspelling his name.
author HackEso <hackeso@esolangs.org>
date Sun, 13 May 2018 02:31:49 +0100
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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