forked from shaba/openuds
6 lines
57 B
Bash
6 lines
57 B
Bash
#!/bin/sh
|
|
|
|
export LD_PRELOAD=""
|
|
/bin/udsclient $*
|
|
exit 0
|