ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/rundemo
Revision: 1.1
Committed: Fri May 30 03:25:48 2003 UTC (20 years, 11 months ago) by pcg
Branch: MAIN
CVS Tags: aa50
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     use lib "$Bin/lib";
7    
8     chdir $Bin || die "$Bin: $!";
9    
10     require "bin/kgsueme";