17 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			192 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#! /bin/sh
 | 
						|
 | 
						|
cat <<!
 | 
						|
/* File created from flex.skl via mkskel.sh */
 | 
						|
 | 
						|
#include "flexdef.h"
 | 
						|
 | 
						|
const char *skel[] = {
 | 
						|
!
 | 
						|
 | 
						|
sed 's/\\/&&/g' $* | sed 's/"/\\"/g' | sed 's/.*/  "&",/'
 | 
						|
 | 
						|
cat <<!
 | 
						|
  0
 | 
						|
};
 | 
						|
!
 |