6 lines
92 B
Bash
6 lines
92 B
Bash
|
|
#! @shell@
|
||
|
|
|
||
|
|
COMMAND=$1
|
||
|
|
shift
|
||
|
|
exec @hoogle@/bin/hoogle "$COMMAND" --database @database@ "$@"
|