Files
file-o-bot/movement.json

15 lines
222 B
JSON
Raw Normal View History

2024-05-27 21:59:41 +08:00
{
"movements": [
{
"sourcePath": "./source_path1",
"destinationPath": "./dest_path1",
"amins": 1
},
{
"sourcePath": "./source_path2",
"destinationPath": "./dest_path2",
"amins": 1
}
]
}