blob: a57ba3a7c3662064898211bd835caf0ba93dc5ab (
plain)
1
2
3
4
5
6
7
8
9
10
|
@echo off
curl -LO "https://dl.bintray.com/lsp4xml/releases/org/lsp4xml/org.eclipse.lsp4xml/0.9.1/org.eclipse.lsp4xml-0.9.1-uber.jar"
echo @echo off ^
java -jar %%~dp0\org.eclipse.lsp4xml-0.9.1-uber.jar ^
> lsp4xml.cmd
|