home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91.tar.Z / mm-ccmd-0.91.tar / work / mm / whobuiltme < prev   
Text File  |  1990-12-18  |  417b  |  15 lines

  1. #!/bin/sh
  2. # Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3. # the City of New York.  Permission is granted to any individual or
  4. # institution to use, copy, or redistribute this software so long as it
  5. # is not sold for profit, provided this copyright notice is retained.
  6. #
  7. # $Header:
  8. #
  9. if [ "$USER" = "" ]; then
  10.   USER=`whoami`
  11. fi
  12.  
  13. echo -DWHOBUILT=\"Compiled by `echo $USER`@`hostname` on `date`\"
  14.  
  15.