summaryrefslogtreecommitdiffstats
path: root/tests/test33-nis-nested-groups/after.sh
blob: 27afbdfefa43effeaad79c23be35a5315a3aaecb (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo map list:
$YP maplist example.com
$YP -c maplist example.com
for map in `$YP maplist example.com` ; do
	echo contents of example.com:"$map":
	$YP cat example.com $map
done