mirror of
https://github.com/Idov31/NovaHypervisor
synced 2026-06-06 15:54:26 +00:00
4 lines
139 B
PowerShell
4 lines
139 B
PowerShell
while ($true) {
|
|
& "C:\Program Files\PuTTY\putty.exe" -serial "\\.\pipe\NovaLogPipe" -sercfg 115200,8,n,1,N
|
|
Start-Sleep -Seconds 2
|
|
} |