work out of cwd, not script dir

This commit is contained in:
mappu 2018-07-08 13:09:57 +12:00
parent 5d9e98868d
commit f341c2e8dc
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ EOD;
function main($argv) {
$recursive = false;
$directory = __DIR__;
$directory = getcwd(); // __DIR__;
$dryrun = false;
$shouldprompt = true;
$displaymode = "table";