# | Line 1 | Line 1 | |
---|---|---|
1 | < | #!/bin/sh |
2 | < | # Ruby Installer |
3 | < | # |
4 | < | # Douglas Thrift |
5 | < | # |
6 | < | # $Id$ |
7 | < | |
8 | < | echo $1 |
1 | > | #!/bin/sh |
2 | > | # Ruby Installer |
3 | > | # |
4 | > | # Douglas Thrift |
5 | > | # |
6 | > | # $Id$ |
7 | > | cd $1 |
8 | > | wine ../ruby/bin/ruby.exe setup.rb |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |