You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Command` can redirect stdout/stderr to file with `Command`, without
resorting to bash redirection, and `TimePasses` already does that. This
commit changes `Eprintln` and `MonoItems` to do that as well, which
means `bash_command` is no longer necessary.
0 commit comments