8 lines
103 B
Bash
8 lines
103 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# false positive
|
|
# shellcheck disable=2154
|
|
|
|
kill "$mdev_pid"
|