#!/bin/sh

fmt <<EOF
 The Windowmanager $0 will soon not be available via this path.
 Please change your dotfiles (probably .environment) to run the
 windowmanager out of the windowmanagers locker thus:
.         add windowmanagers
.         setenv WINDOW_MANAGER `basename $0`
 This path will not exist in the future and you will not have a windowmanager.
EOF


fmt <<EOF | zwrite -n -d $USER
 The Windowmanager $0 will soon not be available via this path.
 Please change your dotfiles (probably .environment) to run the
 windowmanager out of the windowmanagers locker thus:
.          add windowmanagers
.          setenv WINDOW_MANAGER `basename $0`
 This path will not exist in the future and you will not have a windowmanager.
EOF

exec `dirname $0`/real/`basename $0`
