8 lines
160 B
Bash
8 lines
160 B
Bash
|
#! @bash@
|
||
|
# shellcheck shell=bash
|
||
|
|
||
|
exec @dev@/bin/.g-ir-scanner-wrapped \
|
||
|
--use-binary-wrapper=@emulator@ \
|
||
|
--use-ldd-wrapper=@buildprelink@ \
|
||
|
"$@"
|