Skip to content

Commit

Permalink
aliasing rhogen command with 'rhodes'
Browse files Browse the repository at this point in the history
  • Loading branch information
larsburgess committed Aug 26, 2010
1 parent 5ff784a commit aeab6b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/rhodes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby

# First iteration, just alias rhogen
system("#{File.expand_path(File.dirname(__FILE__))}/rhogen #{ARGV.join(' ')}")
1 change: 1 addition & 0 deletions bin/rhodes.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@ruby %~dp0rhogen %*

0 comments on commit aeab6b6

Please sign in to comment.