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