Added extract_README.sh

Github has been broken for years in rendering inline POD data, so I
extract it. The maintainer must manually run this script to generate
the README.pod file
This commit is contained in:
Dima Kogan 2021-07-22 16:30:39 -07:00
parent 35115083ce
commit 72d842ce1e

3
extract_README.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/zsh
< bin/feedgnuplot awk '/=head1/,0' > README.pod