1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-27 07:02:18 +02:00
ripme/deploy.bat
digitalnoise 4beac66d3b Revert "Customized deploy.bat for my personal uage."
This reverts commit 9501e7407cad590e8b1adf53431cfcd0f49bc602.

Moving to a untracked private file.
2018-09-12 17:00:54 -05:00

3 lines
132 B
Batchfile

@echo off
powershell -c ".\deploy.ps1 -source (Join-Path target (Get-Item -Path .\target\* -Filter *.jar)[0].Name) -dest ripme.jar"