mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00

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
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
< bin/feedgnuplot awk '/=head1/,0' > README.pod
|