 63a92395e7
			
		
	
	63a92395e7
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1126 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| file=`dirname $0`/compile_et.awk
 | |
| 
 | |
| if [ ! -f $file ]; then
 | |
| 	echo "compile_et: File not found: $file"
 | |
| 	exit 1
 | |
| fi
 | |
| 
 | |
| awk -f $file $1
 |