mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
10 lines
111 B
Perl
Executable File
10 lines
111 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use FindBin qw($RealBin);
|
|
use lib "$RealBin/pm" ;
|
|
use gte ;
|
|
use strict ;
|
|
|
|
print gte(@ARGV) ;
|
|
|