#!/bin/sh

do_mount_procfs() {
	mount none /proc -t proc
}

