view bin/pastequotes @ 12266:9aed21afcddb draft

<int-e> revert
author HackEso <hackeso@esolangs.org>
date Mon, 16 Dec 2019 22:50:46 +0000
parents ee30d51e855a
children
line wrap: on
line source

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