home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / auth-utils / part01 / servers / out.fingerlocal < prev    next >
Text File  |  1990-04-29  |  264b  |  10 lines

  1. #!/bin/sh
  2. # out.fingerlocal version 1.0, 4/20/90.
  3. # Placed into the public domain by Daniel J. Bernstein.
  4. # Requires a working local finger program.
  5. # You may want to change this script to reflect your access controls.
  6. case $# in
  7. 0) finger;;
  8. *) finger "$@";;
  9. esac
  10.