view bin/olist @ 12421:62c19dc0cc7c draft

<oerjan> slbd olist//s,\\$n:,<$n>:,
author HackEso <hackeso@esolangs.org>
date Fri, 17 Sep 2021 00:14:36 +0100
parents e9c3120bed34
children 372e519f411b
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
FireFly
boily
nortti
b_jonas