mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	at generating nice output. Unfortunately, sgml output contains a^ha highlight some printers do not like.
		
			
				
	
	
		
			9 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			224 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| ./sgml2html bird.sgml
 | |
| ./sgml2latex bird.sgml
 | |
| sgml2txt bird.sgml 2> /dev/null
 | |
| #> bird.txt
 | |
| #for i in bird.html bird-*.html; do 
 | |
| #    lynx -dump $i | grep -v 'file://' | grep -v '^References$' >> bird.txt
 | |
| #    done
 |