mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-27 07:44:56 +08:00
4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
MPDINFO_PID="$(cat /tmp/mpdinfo_pid)"
|
|
|
|
pkill -P $MPDINFO_PID sleep
|