mirror of
https://github.com/barkeser2002/bariskeser-mc-1.8.git
synced 2026-09-25 00:59:54 +03:00
4 lines
81 B
Batchfile
Executable File
4 lines
81 B
Batchfile
Executable File
@echo off
|
|
title BuildTools: clean
|
|
java -jar buildtools/BuildTools.jar clean
|
|
pause |