home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / settime / nettime < prev    next >
Encoding:
Text File  |  1992-03-09  |  257 b   |  11 lines

  1. #! /bin/sh
  2. #
  3. #       Set time from network time server machine given as
  4. #       first argument.  You must be the super-user for the
  5. #       time to be set.
  6. #
  7. #       Example:
  8. #                   nettime worldbrain
  9. #
  10. rsh $1 date +\"date %y%m%d%H%M.%S\" | sh
  11.