mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# a simple launcher for the smbwrapper.so preloadde library
|
||
|
|
||
|
export LD_PRELOAD=$PWD/smbwrapper/smbwrapper.so
|
||
|
bash
|