#!/bin/sh # # Create a glimpse index for the source tree(s). # # $dotat: buildworld/glimpseindex.sh,v 1.6 2002/08/02 18:33:14 fanf2 Exp $ # -B bigger hash tables # -f incremental indexing # -H where to put .glimpse* files # -o "small" index (rather than tiny or medium) /usr/local/bin/glimpseindex \ -B \ -f \ -H /FreeBSD/buildworld \ -o \ /FreeBSD \ /home \ > /FreeBSD/buildworld/logs/glimpse.`date +%Y%m%d` 2>&1