README.md aktualisiert

This commit is contained in:
2026-02-09 11:18:31 +00:00
parent bbf1476da3
commit aafb27e777

View File

@@ -1,9 +1,9 @@
# Portex - Next-Gen Command Executor # HyperCLI - Next-Gen Command Executor
All-in-one scripts for Windows, macOS, Linux, and servers. All-in-one scripts for Windows, macOS, Linux, and servers.
### Menu Launcher ### 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] > [!NOTE]