summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
blob: e5b63669ae73a2f08d5b33f87b61b83dc88c873d (plain)
1
2
3
4
5
#! @shell@

COMMAND=$1
shift
exec @hoogle@/bin/hoogle "$COMMAND" --database @database@ "$@"