view bin/pastequotes @ 11811:eccd6dfb4d39 draft

<fizzie> learn The password of the month has been replaced with a security key for protection against advanced persistent threats.
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2019 21:48:29 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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