mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
|
let docs_readmes = ["README.zh-TW.md", "README_DE.md", "README_PL.md"];
|
||
|
for readme in docs_readmes {
|
||
|
HEMTT_VFS.join("docs").join(readme).move(HEMTT_VFS.join(readme));
|
||
|
}
|