#!/bin/sh -e

# clean up anything left behind
umount -n $TARGET/proc || true
umount -n $TARGET/sys || true

umount -n $TARGET
