annotate bin/olist @ 12337:e9c3120bed34 draft

<wib_jonas> `` cat olist.new > /hackenv/bin/olist
author HackEso <hackeso@esolangs.org>
date Thu, 16 Jul 2020 13:31:17 +0000
parents c989a1669243
children 62c19dc0cc7c
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
e9c3120bed34 <wib_jonas> `` cat olist.new > /hackenv/bin/olist
HackEso <hackeso@esolangs.org>
parents: 9075
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