#!/bin/sh # # RunWM - this is a script used to launch window manager # if [ -x /usr/bin/icewm ] ; then if [ ! -d ~/.icewm ] ; then mkdir -p ~/.icewm install -m 644 /etc/X11/icewm/* ~/.icewm/ fi eval "exec /usr/bin/icewm" else cat <