mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
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") ;
|
|
|