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

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