home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume22
/
auth-utils
/
part01
/
servers
/
out.fingerlocal
< prev
next >
Wrap
Text File
|
1990-04-29
|
264b
|
10 lines
#!/bin/sh
# out.fingerlocal version 1.0, 4/20/90.
# Placed into the public domain by Daniel J. Bernstein.
# Requires a working local finger program.
# You may want to change this script to reflect your access controls.
case $# in
0) finger;;
*) finger "$@";;
esac