diff options
author | Piotr Janaszek <pjanas01@gmail.com> | 2015-06-05 06:47:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-05 06:47:05 +0700 |
commit | 9c755bcb19e458c13a7243dc1a3ec83d3020fa57 (patch) | |
tree | 85080a45abf9b3d708f896893ed9d31aa8474be6 /libraries/libtubo0/README | |
parent | c337a591a98a08d3f7990888f8f470c8ce45644c (diff) |
libraries/libtubo0: Added (Libtubo Interprocess Communication).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtubo0/README')
-rw-r--r-- | libraries/libtubo0/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libtubo0/README b/libraries/libtubo0/README new file mode 100644 index 0000000000000..4ec7e59df4ff8 --- /dev/null +++ b/libraries/libtubo0/README @@ -0,0 +1,3 @@ +Libtubo Interprocess Communication is small and simple function set to enable +a process to run any other process in the background and communicate via +the stdout, stderr and stdin file descriptors. |