5 lines
80 B
Bash
5 lines
80 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
|
|
printf '\n' > /proc/sys/kernel/hotplug
|