From aede18d480767ae514e4939ddb40ce8ca7c3d3be Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 21 Jun 2022 22:43:49 +0200 Subject: [PATCH] . --- scripts/cleanup-tiles.cmd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/cleanup-tiles.cmd diff --git a/scripts/cleanup-tiles.cmd b/scripts/cleanup-tiles.cmd new file mode 100644 index 0000000..2015946 --- /dev/null +++ b/scripts/cleanup-tiles.cmd @@ -0,0 +1,10 @@ +@echo off + +echo ####### %0 ####### + +echo starting powershell script ... +powershell -command .\cleanup-tiles.ps1 +echo. + +echo ####### %0 ####### +