view bin/pastequotes @ 12303:f31e76561a1f draft

<int-e> learn Time is an illusion. Lunchtime doubly so.
author HackEso <hackeso@esolangs.org>
date Sat, 25 Jan 2020 20:59:01 +0000
parents ee30d51e855a
children
line wrap: on
line source

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