home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / config / auto-aux / hasgot < prev    next >
Encoding:
Text File  |  1997-08-18  |  136 b   |  6 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2. (echo "main() {"
  3.  for f in $*; do echo "  $f();"; done
  4.  echo "}") > hasgot.c
  5. exec $cc -o tst hasgot.c > /dev/null 2>/dev/null
  6.