This commit is contained in:
Michael H.G. Schmidt 2022-06-21 22:43:49 +02:00
parent 707e3d718b
commit aede18d480

10
scripts/cleanup-tiles.cmd Normal file
View File

@ -0,0 +1,10 @@
@echo off
echo ####### %0 #######
echo starting powershell script ...
powershell -command .\cleanup-tiles.ps1
echo.
echo ####### %0 #######