4 lines
145 B
Text
4 lines
145 B
Text
for where in [<file:.>, <file:///>] {
|
|
where["input.txt"].renameTo(where["output.txt"], null)
|
|
where["docs"].renameTo(where["mydocs"], null)
|
|
}
|