blob: 5029d991c1dbe7d23948a59d0d9e94b631080f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@echo off
git clone "https://github.com/castwide/solargraph" .
call bundle install --path vendor/bundle
echo @echo off ^
bundle exec ruby %%~dp0\bin/solargraph stdio ^
> solargraph.cmd
|