annotate bin/olist @ 12498:372e519f411b draft

<ais523> ` echo Noisytoot >> /hackenv/bin/olist
author HackEso <hackeso@esolangs.org>
date Wed, 10 Apr 2024 14:30:02 +0000
parents 62c19dc0cc7c
children 3810b2f1f7f0
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
12498
372e519f411b <ais523> ` echo Noisytoot >> /hackenv/bin/olist
HackEso <hackeso@esolangs.org>
parents: 12421
diff changeset
10 Noisytoot