App zur Steuerung des mpv Mediaplayers auf einem Raspberry Pi über HTTP
undisclosed
2023-01-09 a78c3a3fcc0f569270ca54d3355eade4e067d4dc
1
2
3
4
#!/bin/sh
 
cd /home/pi/prg/calypso
java -Djava.util.logging.config.file=conf/logging.properties -jar calypso.jar conf=conf/calypso.properties &