debug/skippy.bat in skippy-0.2.0.a vs debug/skippy.bat in skippy-0.3.0.a

- old
+ new

@@ -1,6 +1,8 @@ @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 %*