home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / flex-2.5.2-src.tgz / tar.out / fsf / flex / mkskel.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1996-09-28  |  192b  |  17 lines

  1. #! /bin/sh
  2.  
  3. cat <<!
  4. /* File created from flex.skl via mkskel.sh */
  5.  
  6. #include "flexdef.h"
  7.  
  8. const char *skel[] = {
  9. !
  10.  
  11. sed 's/\\/&&/g' $* | sed 's/"/\\"/g' | sed 's/.*/  "&",/'
  12.  
  13. cat <<!
  14.   0
  15. };
  16. !
  17.