<
byteit101[m]>
hmm, how can I set %? from subspawn?
<
byteit101[m]>
jruby-9.3.4.0 :022 > JRuby.runtime.current_context.last_exit_status = "Yay"
<
byteit101[m]>
=> "Yay"
<
byteit101[m]>
=> "Yay"
<
byteit101[m]>
jruby-9.3.4.0 :023 > $?
<
byteit101[m]>
^ that works, is there a better and less-brittle way?