tinyramfs/hooks/proc/proc
2020-07-27 11:32:22 +03:00

10 lines
125 B
Bash

# vim: set ft=sh:
# shellcheck shell=sh
#
# handle_proc()
{
print "configuring /proc hotplugger"
copy_binary find
}