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 ├── burp
├── caddy ├── caddy
├── cds ├── cds
├── chrome
├── config ├── config
├── coronafana ├── coronafana
├── cron ├── cron
@ -58,9 +59,9 @@ states
├── nftables ├── nftables
├── nginx ├── nginx
├── npf ├── npf
├── old
├── opendkim ├── opendkim
├── openvpn_client ├── openvpn_client
├── openvpn_server
├── ovh ├── ovh
├── packer ├── packer
├── php ├── php

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/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