elenapan/Scripts/mpd_wakeup.sh
elena bd3d86e32e added signal based music scripts for mpd
Former-commit-id: 99582f4b43
Former-commit-id: 3092e409f5a98198f69b18101aef9cb525d87538
Former-commit-id: b2b953c7175571fbf155ffc49390b1825bdfc5a6
2018-01-12 07:34:42 +02:00

4 lines
79 B
Bash
Executable file

#!/bin/bash
MPDINFO_PID="$(cat /tmp/mpdinfo_pid)"
pkill -P $MPDINFO_PID sleep