15_essential_fs_pxcab 71 B

12345678
  1. #!/bin/sh
  2. #!/bin/sh
  3. do_mount_procfs() {
  4. mount -t proc none /proc
  5. }