summaryrefslogblamecommitdiffstats
path: root/game/build/tools/clear_file_list.pl
blob: 1bad7ec3bdb998098e13073f47b2007674972602 (plain) (tree)
1
2
3
4
5




                                                  
$Outfile = "file_list.txt";
open( DAT,">$Outfile") || die("Cannot Open File");

print DAT "";
close(DAT);