https://github.com/iolanguage/systemcall
https://github.com/iolanguage/systemcall
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/systemcall
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T12:01:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T15:50:12.000Z (over 2 years ago)
- Last Synced: 2025-12-31T10:09:25.209Z (6 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```