home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume22
/
auth-utils
/
part01
/
servers
/
out.fingerlocal
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-04-29
|
264 b
|
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