Sha256: 3d0cb9d75f6375c539982ec73edbf8530b3a4c63f9acc49836bb25bba51681c5

Contents?: true

Size: 299 Bytes

Versions: 8

Compression:

Stored size: 299 Bytes

Contents

@echo off
REM This is used to be able to run Skippy directly from source.
REM Add its location to the system PATH.
REM
REM %~dp0 returns the path for this batch file.
REM http://stackoverflow.com/a/659672/486990
REM
REM %* forwards all command arguments to Ruby.
ruby %~dp0../bin/skippy %*

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
skippy-0.5.2.a debug/skippy.bat
skippy-0.5.1.a debug/skippy.bat
skippy-0.5.0.a debug/skippy.bat
skippy-0.4.3.a debug/skippy.bat
skippy-0.4.2.a debug/skippy.bat
skippy-0.4.1.a debug/skippy.bat
skippy-0.4.0.a debug/skippy.bat
skippy-0.3.0.a debug/skippy.bat