#!/bin/bash
                                                                                                                  
if [ ! -d $HOME/GNUstep ]
then
        /usr/X11R6/bin/wmaker.inst
fi
exec /etc/X11/xdm/Xsession wmaker
