Release 0.9.14
0.9.14 (2014-09-23)
- small test fix on test shell command
- pull request merged : add Travis CI configuration file from zaneli authored on 29 Apr
- scala 2.11.2
- commons-compress 1.8.1
- ShellOperations : lastModified darwin implementation added + test case
- ShellOperations : disableHistory method added + test case
- ShellOperationsTest class added.
- small tests cleanup and improvements
- shell history can now be processed
- SSHReact class first implementation, it allows you to interact with a running command
(for example send the password at the right moment, or enter values required by a read command) - SSHReact test class added
- new shell commands :
- pidof : get pid of all processes matching the given command line regular expression
- disableHistory : to not impact current user shell commands history
- uptime : get the uptime of the server