Skip to content

Commit b0130b7

Browse files
committed
SimonStewart: Adding wrapper scripts for packaged rake: call 'go' as if it were rake, and you'll be happy
r8807
1 parent abe0778 commit b0130b7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
java -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -S rake $*

go.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
java -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -S rake %*

0 commit comments

Comments
 (0)