home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 January
/
GSSH0104TT.iso
/
Extras
/
Tron20
/
tron_tools.exe
/
TRON_Tools
/
Tools
/
AssetLists
/
BuildAssetLists.pl
next >
Wrap
Perl Script
|
2003-03-10
|
204b
|
11 lines
#! /usr/bin/perl
# process all new logs
print "Processing logs...\n";
`perl processNewLogs.pl`;
# generate the asset lists...
print "Generating asset lists...\n";
`perl createAssetLists.pl`;