mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-21 17:47:00 +03:00
8 lines
194 B
Batchfile
8 lines
194 B
Batchfile
@ECHO OFF
|
|
DEL meshcmd.min.js
|
|
DEL meshcore.min.js
|
|
DEL modules_meshcmd_min\*.min.js
|
|
DEL modules_meshcore_min\*.min.js
|
|
DEL modules_meshcore_min\*.json
|
|
RD modules_meshcmd_min
|
|
RD modules_meshcore_min |