view bin/pastequotes @ 11626:4da3722c4cb6 draft

<wob_jonas> `` rm -v allsets-*.txt; gzip -dc share/mtg/allsets-2018-05-21.zip > share/mtg/allsets-2018-05-21.txt
author HackEso <hackeso@esolangs.org>
date Fri, 05 Oct 2018 15:43:14 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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