2 lines
51 B
Batchfile
2 lines
51 B
Batchfile
|
@echo off
|
||
|
xcopy /s/e/y target\*.jar %~dp0\ripme.jar
|