comparison 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
comparison
equal deleted inserted replaced
12420:00ccb2fe8c08 12421:62c19dc0cc7c
1 #!/bin/bash 1 #!/bin/bash
2 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 2 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
3 shachaf 3 shachaf
4 oerjan 4 oerjan
5 Sgeo 5 Sgeo
6 FireFly 6 FireFly
7 boily 7 boily