1#!/bin/sh
2#
3#
4
5if [ -n "$2" ]; then
6	ypmatch $2 $1
7	exit 0
8fi
9
10if [ -n "$1" ]; then
11	ypcat -k $1
12	exit 0
13fi
14