ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/rundemo
Revision: 1.3
Committed: Tue Jul 22 21:24:49 2003 UTC (20 years, 9 months ago) by pcg
Branch: MAIN
CVS Tags: stable
Changes since 1.2: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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