Mercurial > cgi-bin > hgwebdir.cgi > VMS > 2__runs_and_data
comparison scripts/test_SetBaseDirs.pl @ 17:2021f42cc672
scheduling consequence graph construction script
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 10 Feb 2012 16:15:55 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:23e1e573e7d5 |
|---|---|
| 1 #!/usr/bin/perl | |
| 2 | |
| 3 #Set the base directories -- this should be used by all other scripts in | |
| 4 # this directory | |
| 5 | |
| 6 | |
| 7 use SetBaseDirs; | |
| 8 | |
| 9 print "$baseDir\n"; | |
| 10 print "$scriptsDir\n"; | |
| 11 print "$executablesDir\n"; | |
| 12 print "$resultsBaseDir\n"; | |
| 13 print "$codeBaseDir\n"; |
