mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
9 lines
213 B
Bash
Executable File
9 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
./sgml2html bird.sgml
|
|
./sgml2latex bird.sgml
|
|
./sgml2txt bird.sgml
|
|
#> bird.txt
|
|
#for i in bird.html bird-*.html; do
|
|
# lynx -dump $i | grep -v 'file://' | grep -v '^References$' >> bird.txt
|
|
# done
|