view bin/olist @ 12482:e096592bcd13 draft

<b_jonas> `` set -e; cd /hackenv/wisdom; mv -vi comics comic
author HackEso <hackeso@esolangs.org>
date Tue, 16 May 2023 20:32:27 +0000
parents 62c19dc0cc7c
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