3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/sh
|
|
PATH=/bin
|
|
exec smbd -F 2>&1
|
#!/bin/sh
|
|
PATH=/bin
|
|
exec smbd -F 2>&1
|