This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
delete files after processing
master
Pascal Gloor
6 years ago
parent
79f42fdbf3
commit
226366144f
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
bin/autodoc_process.pl
+ 2
- 0
bin/autodoc_process.pl
View File
else {
else {
print "\terror: file doesn't contain manadatory UUIDs in its name\n";
print "\terror: file doesn't contain manadatory UUIDs in its name\n";
}
}
print "\tdeleting $file\n";
unlink("$queuedir/$file");
}
}
closedir(Q);
closedir(Q);
Write
Preview
Loading…
Cancel
Save