mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 12:56:26 +00:00
4f5ce7e4a1
closes #938 closes #941 closes #943
9 lines
187 B
Perl
Executable File
9 lines
187 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use FindBin qw($RealBin);
|
|
use lib ("$RealBin/../libexec/trick/pm", "$RealBin/../lib/trick/pm") ;
|
|
use launch_java ;
|
|
|
|
launch_java("Event/Malvunction Trick View", "MTV") ;
|
|
|