8 lines
74 B
Text
8 lines
74 B
Text
|
|
||
|
if [ $# -lt 1 ] ; then
|
||
|
echo noe
|
||
|
exit 1
|
||
|
fi
|
||
|
|
||
|
smbclient $@ -n STEVEN2 -N
|