home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / auth-utils / part01 / clients / date@ < prev    next >
Encoding:
Text File  |  1990-04-29  |  179 b   |  6 lines

  1. #!/bin/sh
  2. # date@ version 1.0, 4/20/90.
  3. # Placed into the public domain by Daniel J. Bernstein.
  4. # Requires delcr.
  5. authtcp -XR -- "${1-`hostname`}" daytime sh -c 'cat <&6' | delcr
  6.