Megatest

mt_xterm at [d6d6338dd1]
Login

File utils/mt_xterm artifact 40d98efdc8 part of check-in d6d6338dd1


#!/bin/bash

MT_TMPDISPLAY=$DISPLAY
if [ -e megatest.sh ];then
  source megatest.sh
fi
export DISPLAY=$MT_TMPDISPLAY

if [ x"$MT_XTERM_CMD" == "x" ];then
  exec xterm "$@"
else
  exec $MT_XTERM_CMD
fi