Megatest

Artifact [7cf892b486]
Login

Artifact 7cf892b486c568fad063162a824a4f0c7e0e4939:


#!/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