diff --git a/OSX/zfs-show-my-shares--osx.sh b/OSX/zfs-show-my-shares--osx.sh index 9d108b5..02209a9 100644 --- a/OSX/zfs-show-my-shares--osx.sh +++ b/OSX/zfs-show-my-shares--osx.sh @@ -1,7 +1,7 @@ #!/bin/bash #smbclient -N -L localhost -# in linux guest: smbclient -U nerdz -L hostIP +# in linux guest: smbclient -U userid -L hostIP outfile=/tmp/sharing.txt @@ -13,5 +13,3 @@ sharing -l |grep -A 1 smb |grep -v smb >> $outfile #less $outfile grep -v '^--' $outfile - -