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

https://github.com/argentum11/scheduler


https://github.com/argentum11/scheduler

c

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# scheduler

## How to compile and run
under the current folder(scheduler)

1. compile at the top folder
```
make
```

2. change directory to tests and compile again
```
cd tests
make
```

3. run
```
./test
```