This repository has been archived on 2025-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RadioDJ-Tuna/run.bat
minster586 4c9c10b013 Done
2025-06-28 16:45:23 -04:00

7 lines
139 B
Batchfile

@echo off
echo === Running RadioDJ Tuna Bridge ===
REM Run the JAR (assumes you built it already)
java -jar radiodj-tuna-bridge.jar
pause