We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8860df5 commit 6b8269cCopy full SHA for 6b8269c
README.md
@@ -1,5 +1,19 @@
1
A lua library to spawn programs
2
3
+## Status
4
+
5
+[](https://travis-ci.org/daurnimator/lua-spawn)
6
7
8
+## Features
9
10
+ - High level functions for common cases
11
+ - Bindings to the full `posix_spawn` family of functions
12
+ - Compatible with Lua 5.1, 5.2, 5.3 and [LuaJIT](http://luajit.org/)
13
14
+Currently only works on POSIXy systems, but the high level module should be portable to Windows; someone just needs to put the work in.
15
16
17
## Rationale
18
19
Spawning a new child program from a lua script is surprisingly hard.
0 commit comments