extract_README.sh includes the blurb about the talk

This commit is contained in:
Dima Kogan 2021-07-22 16:35:24 -07:00
parent 72d842ce1e
commit 83df85a8c0

View File

@ -1,3 +1,14 @@
#!/bin/zsh
< bin/feedgnuplot awk '/=head1/,0' > README.pod
cat <<EOF > README.pod
=head1 TALK
I just gave a talk about this at L<SCaLE
17x|https://www.socallinuxexpo.org/scale/17x>. Here are the L<video of the
talk|https://www.youtube.com/watch?v=Qvb_uNkFGNQ&t=12830s> and the
L<"slides"|https://github.com/dkogan/talk-feedgnuplot-vnlog/blob/master/feedgnuplot-vnlog.org>.
EOF
< bin/feedgnuplot awk '/=head1/,0' >> README.pod