#!/bin/sh

CONF_DIR="/home/user/.mstatus"
if [ -d $CONF_DIR ]
then
	rm -rf $CONF_DIR
fi
