#! /bin/sh

if [ -d /host ]; then
	mkdir -p /target/host
fi
