Rake v0.4.10 Release Notes

    • ➕ Added block support to the "sh" command, allowing users to take special actions on the result of the system call. E.g.

      sh "shell_command" do |ok, res| puts "Program returned #{res.exitstatus}" if ! ok end