You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
294 B
11 lines
294 B
10 months ago
|
#!/bin/sh
|
||
|
# Author: Nikhil Lanjewar <nikhil@lanjewar.com>
|
||
|
# Author: Sahil Muthoo <sahilm@thoughtworks.com>
|
||
|
# Author: Sahil Aggarwal <sahilagg@gmail.com>
|
||
|
# Author: Saager Mhatre <saager.mhatre@gmail.com>
|
||
|
|
||
|
t_Log "Running $0 - Check successful installation of ruby."
|
||
|
ruby -v
|
||
|
t_CheckExitStatus $?
|
||
|
|