rscons/build_tests/sh/sh_fail.rb
2022-01-23 16:44:18 -05:00

5 lines
56 B
Ruby

default do
sh "foobar42"
sh "echo", "continued"
end