Mercurial > cgi-bin > hgwebdir.cgi > VMS > 2__runs_and_data
diff scripts/test_SetBaseDirs.pl @ 0:21573f5b2e84
initial add -- all data from Sean's machine
| author | Me@portablequad |
|---|---|
| date | Mon, 28 Nov 2011 15:37:08 -0800 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scripts/test_SetBaseDirs.pl Mon Nov 28 15:37:08 2011 -0800 1.3 @@ -0,0 +1,13 @@ 1.4 +#!/usr/bin/perl 1.5 + 1.6 +#Set the base directories -- this should be used by all other scripts in 1.7 +# this directory 1.8 + 1.9 + 1.10 +use SetBaseDirs; 1.11 + 1.12 +print "$baseDir\n"; 1.13 +print "$scriptsDir\n"; 1.14 +print "$executablesDir\n"; 1.15 +print "$resultsBaseDir\n"; 1.16 +print "$codeBaseDir\n";
