view bin/olist @ 12499:3810b2f1f7f0 draft

<FireFly> ` grep -v FireFly /hackenv/bin/olist >/tmp/foo && cat /tmp/foo >/hackenv/bin/olist
author HackEso <hackeso@esolangs.org>
date Wed, 10 Apr 2024 14:45:21 +0000
parents 372e519f411b
children
line wrap: on
line source

#!/bin/bash
set -e; n=$*; [[ $n = +([0-9]) ]] && n=https://www.giantitp.com/comics/oots$n.html;  echo -n "olist${n:+ }<$n>: "; tail -n+3 "$0" | xargs; exit
shachaf
oerjan
Sgeo
boily
nortti
b_jonas
Noisytoot