From 47e03b8a81753f5f942d8e4e6286be2cb9d4fda5 Mon Sep 17 00:00:00 2001 From: sem Date: Tue, 11 Apr 2023 12:33:43 +0300 Subject: [PATCH] Utils --- Proxmox/Trim LCX/README.md | 0 Proxmox/TrimLCX/README.md | 5 +++++ Proxmox/{Trim LCX/trim.sh => TrimLCX/trim_lcx.sh} | 0 Proxmox/{Trim LCX => TrimLCX}/trim_test.sh | 0 4 files changed, 5 insertions(+) delete mode 100644 Proxmox/Trim LCX/README.md create mode 100644 Proxmox/TrimLCX/README.md rename Proxmox/{Trim LCX/trim.sh => TrimLCX/trim_lcx.sh} (100%) rename Proxmox/{Trim LCX => TrimLCX}/trim_test.sh (100%) diff --git a/Proxmox/Trim LCX/README.md b/Proxmox/Trim LCX/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/Proxmox/TrimLCX/README.md b/Proxmox/TrimLCX/README.md new file mode 100644 index 0000000..f7c8bc1 --- /dev/null +++ b/Proxmox/TrimLCX/README.md @@ -0,0 +1,5 @@ +http://astrader.net:3006/sem/Utils/raw/branch/main/Proxmox/TrimLCX/trim.sh + +```bash +wget -q -O trim_lcx.sh http://astrader.net:3006/sem/Utils/raw/branch/main/Proxmox/TrimLCX/trim_lcx.sh && chmod +x trim_lcx.sh +``` \ No newline at end of file diff --git a/Proxmox/Trim LCX/trim.sh b/Proxmox/TrimLCX/trim_lcx.sh similarity index 100% rename from Proxmox/Trim LCX/trim.sh rename to Proxmox/TrimLCX/trim_lcx.sh diff --git a/Proxmox/Trim LCX/trim_test.sh b/Proxmox/TrimLCX/trim_test.sh similarity index 100% rename from Proxmox/Trim LCX/trim_test.sh rename to Proxmox/TrimLCX/trim_test.sh