7 lines
93 B
Bash
7 lines
93 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
export BUILD_NUMBER=1
|
||
|
|
|
||
|
|
exec "/usr/local/rbenv/versions/1.9.3-p327/bin/ruby" "$@"
|
||
|
|
|