blob: 1c65f5e0c565ec1a0c0da1d386ee9524b95efa2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# rcm
Ruby configuration management system (rcm) - KISS and for my personal use.
## Run tests
```
bundle install
rake test
```
## Invokation
```sh
cd playground
rake wireguard -- --debug
```
|