2 lines
41 B
Bash
Executable file
2 lines
41 B
Bash
Executable file
#!/bin/sh
|
|
cat $3 | smbclient -U $1 -M $2
|