An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/systemcall


https://github.com/iolanguage/systemcall

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# SystemCall
A binding for "callsystem - system() on steorids"


  • asynchonous running of a child process

  • setup of the environment

  • substitution of environment variables

  • connect all 3 standard streams to pipes, null devices, or files

  • pathname handling

Example use:
```Io
sc = SystemCall clone
```

# Installation
```
eerie install https://github.com/IoLanguage/SystemCall.git
```