Megatest

mt_xterm at [1a9a9bcf23]
Login

File utils/mt_xterm artifact 7cf892b486 part of check-in 1a9a9bcf23


#!/bin/bash

if [ -e megatest.sh ];then
  source megatest.sh
fi

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