> What is the correct way of detecting failure exit status of > FOO_COMMAND (a networked operation) and ignoring exit status of > BAR_COMMAND?
Perhaps something like this would work? target: fn ignore { $* || status=() } foo | ignore bar Tony
> What is the correct way of detecting failure exit status of > FOO_COMMAND (a networked operation) and ignoring exit status of > BAR_COMMAND?
Perhaps something like this would work? target: fn ignore { $* || status=() } foo | ignore bar Tony