Sign in

何博文 / trash · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • trash
  • bin
  • clean.bat
  • init
    c6423593
    youxiw2000 authored
    2023-04-17 10:05:33 +0800  
    Browse Code »
clean.bat 92 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@echo off
echo.
echo [ÐÅÏ¢] ÇåÀíÉú³É·¾¶¡£
echo.

%~d0
cd %~dp0

cd ..
call mvn clean

pause