mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
12 lines
156 B
Perl
Executable File
12 lines
156 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
# $Id: gte 3590 2014-06-26 21:14:38Z alin $
|
|
|
|
use FindBin qw($RealBin);
|
|
use lib "$RealBin/pm" ;
|
|
use gte ;
|
|
use strict ;
|
|
|
|
print gte(@ARGV) ;
|
|
|