From aafb27e77737afa556544f2222c47739bf67e08f Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Mon, 9 Feb 2026 11:18:31 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a072bd..3561ba2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Portex - Next-Gen Command Executor +# HyperCLI - Next-Gen Command Executor All-in-one scripts for Windows, macOS, Linux, and servers. ### Menu Launcher ``` -cmd /c "curl -L https://git.weektab.org/nexus/portex/raw/branch/main/portex.bat -o %TEMP%\portex.bat && start /wait %TEMP%\portex.bat & del %TEMP%\portex.bat" +cmd /c "curl -L https://git.weektab.org/nexus/HyperCLI/raw/branch/main/HyperCLI.bat -o %TEMP%\HyperCLI.bat && start /wait %TEMP%\HyperCLI.bat & del %TEMP%\HyperCLI.bat" ``` > [!NOTE]