10 lines
125 B
Bash
10 lines
125 B
Bash
# vim: set ft=sh:
|
|
# shellcheck shell=sh
|
|
#
|
|
# handle_proc()
|
|
{
|
|
print "configuring /proc hotplugger"
|
|
|
|
copy_binary find
|
|
}
|