Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axtloss/runc
https://codeberg.org/axtlos/runc
https://github.com/axtloss/runc
Last synced: about 2 months ago
JSON representation
https://codeberg.org/axtlos/runc
- Host: GitHub
- URL: https://github.com/axtloss/runc
- Owner: axtloss
- License: gpl-3.0
- Created: 2024-07-09T20:49:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T10:42:32.000Z (3 months ago)
- Last Synced: 2024-10-18T12:03:09.503Z (3 months ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# runc
Execute source files based on a static configuration## Building
First make sure you have [extlib](https://codeberg.org/axtlos/extlib) installed.```sh
./configure
make
```## Usage
`runc /path/to/code` or just add runc as the shebang to the source fileExample configurations are located in the `config` folder, runc reads two config directories, `/etc/runc.d` and `~/.config/runc`.
The configuration has three valid fields:
- `compiler`, the compiler command (required)
- `args`, compiler arguments (optional)
- `fileext`, the source file extension (required)