Follow upstream changes -- rest
[git-darcs-import.git] / tools / darcshoogle
blob71e243ef2f9e85d30a58557742f53d8698d44877
1 #!/bin/sh
2 #darcshoogle - run hoogle on darcs code
3 #This needs to be invoked with a relative or absolute path to
4 #locate the index, so I recommend
5 #alias darcshoogle="/path/to/darcs/tools/darcshoogle"
7 mydir=`dirname $0`
8 hoogleidx=$mydir/../hoogle/default
9 hoogle --data=$hoogleidx $*