#!/bin/sh if which m4 > /dev/null 2>&1 then /usr/bin/ctwm -W "$@" else /usr/bin/ctwm -n "$@" fi