5 lines
59 B
Ruby

build do
sh "echo", "hi there"
sh(["echo 1 2"])
end