Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 file

Example 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)