minor tweaks; updated todo.txt

This commit is contained in:
Araq
2014-04-25 19:54:42 +02:00
parent e6675bd8b2
commit fab8cee13d
5 changed files with 16 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ proc walker(dir: string) =
moveFile(dest=path, sourc=newName(path))
of pcDir:
walker(path)
else: nil
else: discard
if paramCount() == 1:
walker(paramStr(1))