Artifact 7cf892b486c568fad063162a824a4f0c7e0e4939:
- Executable file utils/mt_xterm — part of check-in [c32787f5bc] at 2013-08-01 00:32:17 on branch v1.55 — Added ability to override xterm and html viewer. Added sourcing of megatest.{sh,csh} on start of xterm. Everything but actual running of steps implemented for run/re-run of steps (user: mrwellan, size: 149) [annotate] [blame] [check-ins using] [more...]
#!/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