a468c11a30
Documentation will be rewritten and added later.
14 lines
220 B
Bash
14 lines
220 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# https://shellcheck.net/wiki/SC2154
|
|
# shellcheck disable=2154
|
|
|
|
mdevd 2> /dev/null &
|
|
|
|
# https://shellcheck.net/wiki/SC2034
|
|
# shellcheck disable=2034
|
|
mdevd_pid=$!
|
|
|
|
mdevd-coldplug
|