annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12337
e9c3120bed34 <wib_jonas> `` cat olist.new > /hackenv/bin/olist
HackEso <hackeso@esolangs.org>
parents: 9075
diff changeset
1 #!/bin/bash
12421
62c19dc0cc7c <oerjan> slbd olist//s,\\$n:,<$n>:,
HackEso <hackeso@esolangs.org>
parents: 12337
diff changeset
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
9075
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
3 shachaf
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
4 oerjan
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
5 Sgeo
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
6 FireFly
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
7 boily
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
8 nortti
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
9 b_jonas