mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
'use strict';
|
|
|
|
async function move() {
|
|
await IO.move(dirPath, mp3Dir, mp3Names);
|
|
}
|