#!/bin/sh

if [ ! -e ~/.grunch ]; then
    mkdir -p ~/.grunch/tmp
else
    echo "Directory already exists!"
fi
