mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-07 17:27:33 +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
|