#!/bin/sh

MPLUS_DIR=/mnt/toolbox/mplus_work_space

if [ -f $HOME/.xinitrc ]; then
	$HOME/.xinitrc
else
	cp $MPLUS_DIR/xinitrc $HOME/.xinitrc && $HOME/.xinitrc
fi
