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, 11 months ago) by pcg
Branch: MAIN
Changes since 1.1: +1 -3 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.2 exec "/opt/bin/perl", "-Mlib=lib", "bin/kgsueme";