3 lines
59 B
Text
3 lines
59 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
LD_PRELOAD="./liblockdep.so $LD_PRELOAD" "$@"
|