aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/htsearch
blob: 84e272c7607a18e73b93034f4db0c1502297c444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

htbindir=$AXIOM/lib
htpagedir=$AXIOM/share/hypertex/pages


if test -z "$1"
then 
        echo ""|$htbindir/presea case=1 -
else
( cd $htpagedir; $htbindir/hthits "$1" $htpagedir/ht.db |sort -r -n +0.22 |$htbindir/presea case=0 expr="$1" -)
fi