From 4ccc122c2fa4358fc457b5db2ba45aba37a1404a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 28 Oct 2021 00:47:15 +0200 Subject: [PATCH] updated README.md + gererating script --- README.md | 3 ++- scripts/tree.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eb095c..58ba500 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/tree.sh b/scripts/tree.sh index 6245a14..1859545 100755 --- a/scripts/tree.sh +++ b/scripts/tree.sh @@ -1,3 +1,3 @@ #!/bin/bash -tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners)" \ No newline at end of file +tree states -L 1 | grep -v -E "(\.sls|_states|_modules|_runners|old)" | head -n -2 \ No newline at end of file