updated README.md + gererating script

This commit is contained in:
Paul 2021-10-28 00:47:15 +02:00
parent e41c87c140
commit 4ccc122c2f
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ states
├── burp
├── caddy
├── cds
├── chrome
├── config
├── coronafana
├── cron
@ -58,9 +59,9 @@ states
├── nftables
├── nginx
├── npf
├── old
├── opendkim
├── openvpn_client
├── openvpn_server
├── ovh
├── packer
├── php

View File

@ -1,3 +1,3 @@
#!/bin/bash
tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners)"
tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners|old)" | head -n -2