#!/bin/sh

if [ ! -d $1 ]
then
    mkdir -v -p $1
fi


