Difference between revisions of "lssmb"

From Cliquesoft
Jump to: navigation, search
Line 5: Line 5:
  
 
==ACTIONS==
 
==ACTIONS==
Among our standard 'help', 'version', and 'update' ACTIONs, this project also contains two others - 'install' and 'show'.  The 'install' ACTION simply installs
+
Among our standard 'help', 'version', and 'update' ACTIONs, this project also contains two others - 'install' and 'show'.  The 'install' ACTION simply installs the script in the "~/.bin" directory (XiniX) and "/usr/bin" for typical GNU/Linux distros.  To see how easy it is to install, see the examples section.
 +
 
 +
Now that
  
 
===OPTIONS===
 
===OPTIONS===
Line 12: Line 14:
 
==Examples==
 
==Examples==
 
Installation is a simple 2-step process...
 
Installation is a simple 2-step process...
{{Pre2|scroll|<nowiki>
+
<pre>
# cd /path/to/uncompressed/package
+
$ cd /path/to/uncompressed/package
# ./lssmb install
+
$ ./lssmb install
</nowiki>}}
+
</pre>
  
 
==Developers==
 
==Developers==
 
Dave Henderson (dhenderson@cliquesoft.org)
 
Dave Henderson (dhenderson@cliquesoft.org)

Revision as of 21:28, 24 March 2012

As our project writeup specifies, this is a nice little utility script for viewing available shares offered by a Windows (or SMB/CIFS in Unix) file server as well as providing the ability to see the (matching) contents of a specified directory within a share. Not unlike our other bash-script-based software, this project relies on our clAPI framework for various functionality, so be sure this dependency is satisfied before using.

Terms

This projects' codebase is licensed under the AGPLv3 unless a valid CPL has been purchased. More information about both of these licenses can be found under the "Our Licenses" link of our homepage.

ACTIONS

Among our standard 'help', 'version', and 'update' ACTIONs, this project also contains two others - 'install' and 'show'. The 'install' ACTION simply installs the script in the "~/.bin" directory (XiniX) and "/usr/bin" for typical GNU/Linux distros. To see how easy it is to install, see the examples section.

Now that

OPTIONS

Explainations of ACTIONs OPTIONs go here

Examples

Installation is a simple 2-step process...

$ cd /path/to/uncompressed/package
$ ./lssmb install

Developers

Dave Henderson (dhenderson@cliquesoft.org)