mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 14:04:49 +08:00
extract_README.sh includes the blurb about the talk
This commit is contained in:
parent
72d842ce1e
commit
83df85a8c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user