ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/rundemo
Revision: 1.2
Committed: Fri Jun 27 01:21:18 2003 UTC (20 years, 10 months ago) by pcg
Branch: MAIN
Changes since 1.1: +1 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #!/usr/bin/perl
2
3 use Config;
4 use FindBin qw($Bin);
5
6 chdir $Bin || die "$Bin: $!";
7
8 exec "/opt/bin/perl", "-Mlib=lib", "bin/kgsueme";