mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#! @shell@
|
|
|
|
COMMAND=$1
|
|
shift
|
|
exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"
|