Sha256: 62518280123a44c895f73e1dd6ffbe59b795950c8448c97d31958088dc55058d

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

@setlocal enableextensions enabledelayedexpansion
@echo off

REM If we're running from source, bin/shoes.bat will have set bin_dir already.
if not defined bin_dir set bin_dir=%~dp0

if not exist !bin_dir!\shoes-backend (
  REM TODO: Can we get rid of jruby in some way here? My Windows box didn't
  REM have a global ruby installed by just installing jruby :(
  jruby --1.9 !bin_dir!\shoes-picker !bin_dir!
)

set shoes_bin_dir=!bin_dir!
set /p command=<!bin_dir!/shoes-backend

call !command! %*
endlocal

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.pre4 ext/install/shoes.bat