apps/scan.pl: new argument parser, skip directories
authorSebastian <basti@notizbuch>
Tue, 10 Jun 2014 22:56:32 +0000 (00:56 +0200)
committerSebastian <basti@notizbuch>
Tue, 10 Jun 2014 22:56:32 +0000 (00:56 +0200)
commit7b3a3bbe565fa531d8c9abca6684fd8c6154cceb
tree96c1a308f107e27eb4a95a7736c5180fa14f66b1
parentec840ce0832ff8ba9abfb79edf82838bc35c92f3
apps/scan.pl: new argument parser, skip directories

Directories inside inbound are now skipped.
Instead of "scan.pl path/", now needs to be called with "scan.pl -i path/".
This allows "-c config -i path".
apps/scan.pl