This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
15ebfe2849
ruby--ruby
/
spec
/
ruby
/
command_line
/
fixtures
/
bin
/
hybrid_launcher.sh
5 lines
65 B
Bash
Raw
Normal View
History
Unescape
Escape
Update to ruby/spec@032022ca git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-14 14:09:56 +00:00
#!/usr/bin/env bash
Update to ruby/spec@b6b7752
2020-06-27 15:51:37 +02:00
echo
'error'
&&
exit
1
Update to ruby/spec@032022ca git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-14 14:09:56 +00:00
#!ruby
puts
'success'
Copy permalink