3 lines
158 B
Bash
Executable file
3 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
# https://github.com/classabbyamp/dotfiles/commit/98012e177f8df0731eb46dd236596400b9894a4d
|
|
[ -r supervise/pid ] && kill -TERM -$(cat supervise/pid)
|