7 lines
139 B
Batchfile
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 |