mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
5 lines
116 B
Bash
5 lines
116 B
Bash
#! @shell@
|
|
|
|
COMMAND=$1
|
|
shift
|
|
exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"
|