Skip to content

Commit

Permalink
SimonStewart: Adding wrapper scripts for packaged rake: call 'go' as …
Browse files Browse the repository at this point in the history
…if it were rake, and you'll be happy

r8807
  • Loading branch information
shs96c committed May 4, 2010
1 parent abe0778 commit b0130b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

java -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -S rake $*
2 changes: 2 additions & 0 deletions go.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
java -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -S rake %*

0 comments on commit b0130b7

Please sign in to comment.