mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-28 00:04:57 +08:00
4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
VOLUME_PID="$(cat /tmp/volume_pid)"
|
|
|
|
pkill -P $VOLUME_PID sleep
|