mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
Former-commit-id: 99582f4b43
Former-commit-id: 3092e409f5a98198f69b18101aef9cb525d87538
Former-commit-id: b2b953c7175571fbf155ffc49390b1825bdfc5a6
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
|