Files
suno-helper/run_suno_companion.ps1
T
2026-05-01 22:53:11 +09:00

8 lines
192 B
PowerShell

$ErrorActionPreference = "Stop"
& "$PSScriptRoot\suno-companion.ps1" `
-Port 17873 `
-OutputRoot "\\VaultOfData\AKAMedia\음악\처리됨\SUNO"
Read-Host "Enter를 누르면 닫힘"