Files
suno-helper/run_suno_companion.ps1
T
2026-05-01 23:10:57 +09:00

9 lines
212 B
PowerShell

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