mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 13:17:55 +00:00
eed8837478
RedHat systems use a libexec directory, MacOSX and Ubuntu use lib. Changed our scripts and makefiles to handle both. refs #63
9 lines
207 B
Perl
Executable File
9 lines
207 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("Trick Plot", "trick.dataproducts.plot.JXPlotApplication") ;
|
|
|