From ffbc7aaedfa8aaf9abbaa11857b20ab0ae5841a1 Mon Sep 17 00:00:00 2001 From: Azathothas Date: Tue, 23 Jan 2024 08:26:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=F0=9F=90=A7=F0=9F=A7=B9=20?= =?UTF-8?q?=F0=9F=96=B3=F0=9F=97=91=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/SIZE.md | 24 ++++++++++++++++++++++++ .github/SIZE.txt | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/SIZE.md create mode 100644 .github/SIZE.txt diff --git a/.github/SIZE.md b/.github/SIZE.md new file mode 100644 index 0000000..caa6bd0 --- /dev/null +++ b/.github/SIZE.md @@ -0,0 +1,24 @@ +```mathematica +120K └─┬ main + 76K ├─┬ build + 48K │ ├─┬ targets + 16K │ │ ├── build_tmux.sh +4.0K │ │ ├── build_tcpreplay.sh +4.0K │ │ ├── build_tcpdump.sh +4.0K │ │ ├── build_strace.sh +4.0K │ │ ├── build_socat.sh +4.0K │ │ ├── build_openssh.sh +4.0K │ │ ├── build_nmap.sh +4.0K │ │ └── build_gdb.sh + 12K │ ├── lib.sh +4.0K │ ├── install_deps_alpine.sh +4.0K │ ├── 02_install_build_compiler.sh +4.0K │ └── 01_init.sh + 24K ├─┬ package + 20K │ └─┬ targets + 16K │ └─┬ nmap +4.0K │ ├── run-nmap.sh +4.0K │ ├── run-nmap.ps1 +4.0K │ └── package.sh + 16K └── README.md +``` diff --git a/.github/SIZE.txt b/.github/SIZE.txt new file mode 100644 index 0000000..584b784 --- /dev/null +++ b/.github/SIZE.txt @@ -0,0 +1,22 @@ +120K └─┬ main + 76K ├─┬ build + 48K │ ├─┬ targets + 16K │ │ ├── build_tmux.sh +4.0K │ │ ├── build_tcpreplay.sh +4.0K │ │ ├── build_tcpdump.sh +4.0K │ │ ├── build_strace.sh +4.0K │ │ ├── build_socat.sh +4.0K │ │ ├── build_openssh.sh +4.0K │ │ ├── build_nmap.sh +4.0K │ │ └── build_gdb.sh + 12K │ ├── lib.sh +4.0K │ ├── install_deps_alpine.sh +4.0K │ ├── 02_install_build_compiler.sh +4.0K │ └── 01_init.sh + 24K ├─┬ package + 20K │ └─┬ targets + 16K │ └─┬ nmap +4.0K │ ├── run-nmap.sh +4.0K │ ├── run-nmap.ps1 +4.0K │ └── package.sh + 16K └── README.md