This commit is contained in:
2020-03-03 15:14:42 +01:00
parent 83e652f48a
commit adbeed36c8
7 changed files with 65 additions and 15 deletions

9
clean-docker.bat Normal file
View File

@@ -0,0 +1,9 @@
cd C:\Users\handg\git\sa1920
@echo off
:KillEdge
timeout 1
taskkill /F /IM MicrosoftEdgeCP.exe
if %errorlevel% NEQ 0 (goto :build) else (goto KillEdge)
:build
docker run --rm --volume C:\Users\handg\git\sa1920\:/thesis-template/ thesis-template make --directory /thesis-template/ clean
pause