File: test

package info (click to toggle)
cfingerd 1.4.3-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 636 kB
  • ctags: 437
  • sloc: ansic: 3,706; perl: 502; makefile: 166; sh: 72
file content (16 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# Test script for CFINGERD
# Version 1.1 by Ken Hollis <khollis@bitgate.com>

echo Test script for `uname -n`
echo
echo Your options that were passed are:
echo $1
echo $2
echo $3
echo $4
echo
echo "Thank you for using `uname -n`'s finger system!"
echo "Have a nice day .. or something.  :)"
echo