This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions

9
wcmtools/s2/s2compile Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/perl
#
# Perl compiler is now preferred over original Java version
exec("$ENV{'FBHOME'}/src/s2/s2compile.pl", @ARGV);
# For memories: (or testing if new version has problems?)
exec($ENV{'JAVABIN'} || "java", "-jar",
"$ENV{'FBHOME'}/src/s2/s2compile.jar", @ARGV);