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

https://github.com/chansuke/parse_sysctl


https://github.com/chansuke/parse_sysctl

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# parse_sysctl

![test status](https://github.com/chansuke/parse_sysctl/actions/workflows/test.yml/badge.svg)
![lint status](https://github.com/chansuke/parse_sysctl/actions/workflows/lint.yml/badge.svg)

This is a simple Rust script to parse the `sysctl.conf` file.

## Usage

Just run the following command:

```bash
cargo run
```

You will see the parsed output of the `sysctl.conf` file.

## Prerequisites

You need to have Rust installed on your system.
If you don't have it, you can install it by following the instructions [here](https://www.rust-lang.org/tools/install).