4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so "$@"
|