#! /bin/bash

echo $PATH

#DISPLAY=127.0.0.1:0.0



#CYGWIN_ROOT=\cygwin
#RUN=%CYGWIN_ROOT%\bin\run -p /usr/bin

#PATH=.;%CYGWIN_ROOT%\bin;%PATH%




# %RUN% XWin -multiwindow -clipboard -silent-dup-error

# Startup an xterm, using bash as the shell.
echo starting xterm
xterm -ls -sb +tb -sl 9999 -bg yellow -e /usr/bin/bash -l
