Added readme.

This commit is contained in:
Adam Murdoch
2012-07-29 17:44:00 +10:00
parent 979bc0873f
commit d2542adf36

9
readme.md Normal file
View File

@@ -0,0 +1,9 @@
Provides Java bindings for various native APIs.
* Get and set UNIX file mode.
* Get PID of current process.
* Determine if stdout/stderr are attached to a terminal.
* Query the terminal size.
Currently only ported to OS X.