Files
Domoticz/mplayerOff.sh
2025-03-06 11:09:58 +01:00

9 lines
118 B
Bash
Executable File

#!/bin/sh
mpc stop;
mpc clear;
service mplayerd stop
killall mplayer
#kill `ps ax |grep ssh |grep 6600 |cut -c 1-6`