mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-10 14:01:27 +03:00
7 lines
162 B
Batchfile
7 lines
162 B
Batchfile
@ECHO OFF
|
|
DEL meshcmd.min.js
|
|
DEL meshcore.min.js
|
|
DEL modules_meshcmd_min\*.min.js
|
|
DEL modules_meshcore_min\*.min.js
|
|
RD modules_meshcmd_min
|
|
RD modules_meshcore_min |