view bin/pastequotes @ 12239:7c23c10f2ff4 draft

<b_jonas> addwhatis asmbfx(1hackeso) - no description
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 22:46:15 +0000
parents ee30d51e855a
children
line wrap: on
line source

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