mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-13 05:56:34 +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 |