xref: /original-bsd/old/refer/OTHERS/indxbib.sh (revision 2d1a7683)
1#!/bin/sh -
2#
3# %sccs.include.proprietary.sh%
4#
5#	@(#)indxbib.sh	4.3 (Berkeley) 04/18/91
6#
7
8#	indxbib sh script
9#
10if test $1
11	then /usr/libexec/mkey $* | /usr/libexec/inv _$1
12	mv _$1.ia $1.ia
13	mv _$1.ib $1.ib
14	mv _$1.ic $1.ic
15else
16	echo 'Usage:  indxbib database [ ... ]
17	first argument is the basename for indexes
18	indexes will be called database.{ia,ib,ic}'
19fi
20