#!/bin/sh

msg='Umounting filesystems...'
run() {
	umount /sys
	umount /proc
}
